#688808

Color #688808 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #688808

Tints of Olive Drab #688808

Color information

#688808 (or 0x688808) is unknown color: approx Olive Drab. HEX triplet: 68, 88 and 08. RGB value is (104,136,8). Sum of RGB (Red+Green+Blue) = 104+136+8=248 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.94% from 248); Green value is 136 (53.52% from 255 or 54.84% from 248); Blue value is 8 (3.52% from 255 or 3.23% from 248); Max value from RGB is 136 - color contains mainly: green. Hex color #688808 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688808 is #9777F7. Grayscale: #707070. Windows color (decimal): -9926648 or 559208. OLE color: 559208.

HSL color Cylindrical-coordinate representation of color #688808: hue angle of 75º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #688808 is Cyan = 0.24, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.

Color convert

RGB1041368-
CMYK0.2400.940.47
HSL75º88.89%28.24%-
HSV(B)75º94.12%53.33%-
XYZ14.5620.573.43-
YUV111.8469.4122.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 104 (41.02% from 255) = 41.94%
GREEN value IS 136 (53.52% from 255) = 54.84%
BLUE value IS 8 (3.52% from 255) = 3.23%
R=41.94%
G=54.84%
B=3.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10413680.2400.940.477588.8928.24
Hex688881805E2F4b591c
Octal150210103001365711313134
Binary110100010001000100011000010111101011111001011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688808; }

 p { color: rgb(104,136,8); }

 H1.HeaderClassName
 {
   color: #688808;
 }
 .AnyTagClassName
 {
   color: #688808;
 }
</style>
background-color css

<style>
 a { background-color: #688808; }

 a { background-color: rgb(104,136,8); }

 div.DivClassName
 {
   background-color: #688808;
 }
 .BgClassName
 {
   background-color: #688808;
 }
</style>
border-color css

<style>
 span { border-color: #688808; }

 span { border-color: rgb(104,136,8); }

 td.TdClassName
 {
   border-color: #688808;
 }
 .TagClassName
 {
   border-color: #688808;
 }
</style>