#608B02

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

Shades of Olive Drab #608B02

Tints of Olive Drab #608B02

Color information

#608B02 (or 0x608B02) is unknown color: approx Olive Drab. HEX triplet: 60, 8B and 02. RGB value is (96,139,2). Sum of RGB (Red+Green+Blue) = 96+139+2=237 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.51% from 237); Green value is 139 (54.69% from 255 or 58.65% from 237); Blue value is 2 (1.17% from 255 or 0.84% from 237); Max value from RGB is 139 - color contains mainly: green. Hex color #608B02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608B02 is #9F74FD. Grayscale: #6F6F6F. Windows color (decimal): -10450174 or 166752. OLE color: 166752.

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

Color convert

RGB961392-
CMYK0.3100.990.45
HSL78.83º97.16%27.65%-
HSV(B)78.83º98.56%54.51%-
XYZ14.0720.963.36-
YUV110.5266.75117.64-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.51%
GREEN value IS 139 (54.69% from 255) = 58.65%
BLUE value IS 2 (1.17% from 255) = 0.84%
R=40.51%
G=58.65%
B=0.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal9613920.3100.990.4578.8397.1627.65
Hex608B21F0632D4f611c
Octal14021323701435511714134
Binary1100000100010111011111011000111011011001111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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