#608215

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

Shades of Olive Drab #608215

Tints of Olive Drab #608215

Color information

#608215 (or 0x608215) is unknown color: approx Olive Drab. HEX triplet: 60, 82 and 15. RGB value is (96,130,21). Sum of RGB (Red+Green+Blue) = 96+130+21=247 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.87% from 247); Green value is 130 (51.17% from 255 or 52.63% from 247); Blue value is 21 (8.59% from 255 or 8.50% from 247); Max value from RGB is 130 - color contains mainly: green. Hex color #608215 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608215 is #9F7DEA. Grayscale: #6B6B6B. Windows color (decimal): -10452459 or 1409632. OLE color: 1409632.

HSL color Cylindrical-coordinate representation of color #608215: hue angle of 78.72º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #608215 is Cyan = 0.26, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB9613021-
CMYK0.2600.840.49
HSL78.72º72.19%29.61%-
HSV(B)78.72º83.85%50.98%-
XYZ12.9418.513.6-
YUV107.4179.24119.86-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.87%
GREEN value IS 130 (51.17% from 255) = 52.63%
BLUE value IS 21 (8.59% from 255) = 8.50%
R=38.87%
G=52.63%
B=8.50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal96130210.2600.840.4978.7272.1929.61
Hex6082151A054314f481e
Octal140202253201246111711036
Binary1100000100000101010111010010101001100011001111100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608215; }

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

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

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

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

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

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

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

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