#608D14

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

Shades of Olive Drab #608D14

Tints of Olive Drab #608D14

Color information

#608D14 (or 0x608D14) is unknown color: approx Olive Drab. HEX triplet: 60, 8D and 14. RGB value is (96,141,20). Sum of RGB (Red+Green+Blue) = 96+141+20=257 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.35% from 257); Green value is 141 (55.47% from 255 or 54.86% from 257); Blue value is 20 (8.20% from 255 or 7.78% from 257); Max value from RGB is 141 - color contains mainly: green. Hex color #608D14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608D14 is #9F72EB. Grayscale: #727272. Windows color (decimal): -10449644 or 1346912. OLE color: 1346912.

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

Color convert

RGB9614120-
CMYK0.3200.860.45
HSL82.31º75.16%31.57%-
HSV(B)82.31º85.82%55.29%-
XYZ14.4821.594.07-
YUV113.7575.09115.34-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.35%
GREEN value IS 141 (55.47% from 255) = 54.86%
BLUE value IS 20 (8.20% from 255) = 7.78%
R=37.35%
G=54.86%
B=7.78%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal96141200.3200.860.4582.3175.1631.57
Hex608D14200562D524b20
Octal140215244001265512211340
Binary110000010001101101001000000101011010110110100101001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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