#608B05

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

Shades of Olive Drab #608B05

Tints of Olive Drab #608B05

Color information

#608B05 (or 0x608B05) is unknown color: approx Olive Drab. HEX triplet: 60, 8B and 05. RGB value is (96,139,5). Sum of RGB (Red+Green+Blue) = 96+139+5=240 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40% from 240); Green value is 139 (54.69% from 255 or 57.92% from 240); Blue value is 5 (2.34% from 255 or 2.08% from 240); Max value from RGB is 139 - color contains mainly: green. Hex color #608B05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608B05 is #9F74FA. Grayscale: #6F6F6F. Windows color (decimal): -10450171 or 363360. OLE color: 363360.

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

Color convert

RGB961395-
CMYK0.3100.960.45
HSL79.25º93.06%28.24%-
HSV(B)79.25º96.4%54.51%-
XYZ14.0820.963.45-
YUV110.8768.25117.4-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40%
GREEN value IS 139 (54.69% from 255) = 57.92%
BLUE value IS 5 (2.34% from 255) = 2.08%
R=40%
G=57.92%
B=2.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal9613950.3100.960.4579.2593.0628.24
Hex608B51F0602D4f5d1c
Octal14021353701405511713534
Binary11000001000101110111111011000001011011001111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,139,5); }

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

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

 a { background-color: rgb(96,139,5); }

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

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

 span { border-color: rgb(96,139,5); }

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