#608C15

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

Shades of Olive Drab #608C15

Tints of Olive Drab #608C15

Color information

#608C15 (or 0x608C15) is unknown color: approx Olive Drab. HEX triplet: 60, 8C and 15. RGB value is (96,140,21). Sum of RGB (Red+Green+Blue) = 96+140+21=257 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.35% from 257); Green value is 140 (55.08% from 255 or 54.47% from 257); Blue value is 21 (8.59% from 255 or 8.17% from 257); Max value from RGB is 140 - color contains mainly: green. Hex color #608C15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608C15 is #9F73EA. Grayscale: #717171. Windows color (decimal): -10449899 or 1412192. OLE color: 1412192.

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

Color convert

RGB9614021-
CMYK0.3100.850.45
HSL82.18º73.91%31.57%-
HSV(B)82.18º85%54.9%-
XYZ14.3421.34.06-
YUV113.2875.92115.68-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.35%
GREEN value IS 140 (55.08% from 255) = 54.47%
BLUE value IS 21 (8.59% from 255) = 8.17%
R=37.35%
G=54.47%
B=8.17%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal96140210.3100.850.4582.1873.9131.57
Hex608C151F0552D524a20
Octal140214253701255512211240
Binary11000001000110010101111110101010110110110100101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,140,21); }

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

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

 a { background-color: rgb(96,140,21); }

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

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

 span { border-color: rgb(96,140,21); }

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