#608E14

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

Shades of Olive Drab #608E14

Tints of Olive Drab #608E14

Color information

#608E14 (or 0x608E14) is unknown color: approx Olive Drab. HEX triplet: 60, 8E and 14. RGB value is (96,142,20). Sum of RGB (Red+Green+Blue) = 96+142+20=258 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.21% from 258); Green value is 142 (55.86% from 255 or 55.04% from 258); Blue value is 20 (8.20% from 255 or 7.75% from 258); Max value from RGB is 142 - color contains mainly: green. Hex color #608E14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608E14 is #9F71EB. Grayscale: #727272. Windows color (decimal): -10449388 or 1347168. OLE color: 1347168.

HSL color Cylindrical-coordinate representation of color #608E14: hue angle of 82.62º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #608E14 is Cyan = 0.32, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.44.

Color convert

RGB9614220-
CMYK0.3200.860.44
HSL82.62º75.31%31.76%-
HSV(B)82.62º85.92%55.69%-
XYZ14.6221.884.12-
YUV114.3474.76114.92-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.21%
GREEN value IS 142 (55.86% from 255) = 55.04%
BLUE value IS 20 (8.20% from 255) = 7.75%
R=37.21%
G=55.04%
B=7.75%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal96142200.3200.860.4482.6275.3131.76
Hex608E14200562C534b20
Octal140216244001265412311340
Binary110000010001110101001000000101011010110010100111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608E14; }

 p { color: rgb(96,142,20); }

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

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

 a { background-color: rgb(96,142,20); }

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

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

 span { border-color: rgb(96,142,20); }

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