#688E16

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

Shades of Olive Drab #688E16

Tints of Olive Drab #688E16

Color information

#688E16 (or 0x688E16) is unknown color: approx Olive Drab. HEX triplet: 68, 8E and 16. RGB value is (104,142,22). Sum of RGB (Red+Green+Blue) = 104+142+22=268 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.81% from 268); Green value is 142 (55.86% from 255 or 52.99% from 268); Blue value is 22 (8.98% from 255 or 8.21% from 268); Max value from RGB is 142 - color contains mainly: green. Hex color #688E16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688E16 is #9771E9. Grayscale: #757575. Windows color (decimal): -9925098 or 1478248. OLE color: 1478248.

HSL color Cylindrical-coordinate representation of color #688E16: hue angle of 79º 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 #688E16 is Cyan = 0.27, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB10414222-
CMYK0.2700.850.44
HSL79º73.17%32.16%-
HSV(B)79º84.51%55.69%-
XYZ15.5322.354.25-
YUV116.9674.41118.76-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.81%
GREEN value IS 142 (55.86% from 255) = 52.99%
BLUE value IS 22 (8.98% from 255) = 8.21%
R=38.81%
G=52.99%
B=8.21%

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
Decimal104142220.2700.850.447973.1732.16
Hex688E161B0552C4f4920
Octal150216263301255411711140
Binary11010001000111010110110110101010110110010011111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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