#688F16

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

Shades of Olive Drab #688F16

Tints of Olive Drab #688F16

Color information

#688F16 (or 0x688F16) is unknown color: approx Olive Drab. HEX triplet: 68, 8F and 16. RGB value is (104,143,22). Sum of RGB (Red+Green+Blue) = 104+143+22=269 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.66% from 269); Green value is 143 (56.25% from 255 or 53.16% from 269); Blue value is 22 (8.98% from 255 or 8.18% from 269); Max value from RGB is 143 - color contains mainly: green. Hex color #688F16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688F16 is #9770E9. Grayscale: #757575. Windows color (decimal): -9924842 or 1478504. OLE color: 1478504.

HSL color Cylindrical-coordinate representation of color #688F16: hue angle of 79.34º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #688F16 is Cyan = 0.27, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB10414322-
CMYK0.2700.850.44
HSL79.34º73.33%32.35%-
HSV(B)79.34º84.62%56.08%-
XYZ15.6822.654.3-
YUV117.5474.08118.34-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.66%
GREEN value IS 143 (56.25% from 255) = 53.16%
BLUE value IS 22 (8.98% from 255) = 8.18%
R=38.66%
G=53.16%
B=8.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal104143220.2700.850.4479.3473.3332.35
Hex688F161B0552C4f4920
Octal150217263301255411711140
Binary11010001000111110110110110101010110110010011111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688F16; }

 p { color: rgb(104,143,22); }

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

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

 a { background-color: rgb(104,143,22); }

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

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

 span { border-color: rgb(104,143,22); }

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