#608D18

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

Shades of Olive Drab #608D18

Tints of Olive Drab #608D18

Color information

#608D18 (or 0x608D18) is unknown color: approx Olive Drab. HEX triplet: 60, 8D and 18. RGB value is (96,141,24). Sum of RGB (Red+Green+Blue) = 96+141+24=261 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.78% from 261); Green value is 141 (55.47% from 255 or 54.02% from 261); Blue value is 24 (9.77% from 255 or 9.20% from 261); Max value from RGB is 141 - color contains mainly: green. Hex color #608D18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608D18 is #9F72E7. Grayscale: #727272. Windows color (decimal): -10449640 or 1609056. OLE color: 1609056.

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

Color convert

RGB9614124-
CMYK0.3200.830.45
HSL83.08º70.91%32.35%-
HSV(B)83.08º82.98%55.29%-
XYZ14.5121.64.27-
YUV114.2177.09115.01-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.78%
GREEN value IS 141 (55.47% from 255) = 54.02%
BLUE value IS 24 (9.77% from 255) = 9.20%
R=36.78%
G=54.02%
B=9.20%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal96141240.3200.830.4583.0870.9132.35
Hex608D18200532D534720
Octal140215304001235512310740
Binary110000010001101110001000000101001110110110100111000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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