#688E20

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

Shades of Olive Drab #688E20

Tints of Olive Drab #688E20

Color information

#688E20 (or 0x688E20) is unknown color: approx Olive Drab. HEX triplet: 68, 8E and 20. RGB value is (104,142,32). Sum of RGB (Red+Green+Blue) = 104+142+32=278 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.41% from 278); Green value is 142 (55.86% from 255 or 51.08% from 278); Blue value is 32 (12.89% from 255 or 11.51% from 278); Max value from RGB is 142 - color contains mainly: green. Hex color #688E20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688E20 is #9771DF. Grayscale: #767676. Windows color (decimal): -9925088 or 2133608. OLE color: 2133608.

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

Color convert

RGB10414232-
CMYK0.2700.770.44
HSL80.73º63.22%34.12%-
HSV(B)80.73º77.46%55.69%-
XYZ15.6422.394.86-
YUV118.179.41117.94-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.41%
GREEN value IS 142 (55.86% from 255) = 51.08%
BLUE value IS 32 (12.89% from 255) = 11.51%
R=37.41%
G=51.08%
B=11.51%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal104142320.2700.770.4480.7363.2234.12
Hex688E201B04D2C513f22
Octal15021640330115541217742
Binary11010001000111010000011011010011011011001010001111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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