#608E00

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

Shades of Olive Drab #608E00

Tints of Olive Drab #608E00

Color information

#608E00 (or 0x608E00) is unknown color: approx Olive Drab. HEX triplet: 60, 8E and 00. RGB value is (96,142,0). Sum of RGB (Red+Green+Blue) = 96+142+0=238 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.34% from 238); Green value is 142 (55.86% from 255 or 59.66% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 142 - color contains mainly: green. Hex color #608E00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608E00 is #9F71FF. Grayscale: #707070. Windows color (decimal): -10449408 or 36448. OLE color: 36448.

HSL color Cylindrical-coordinate representation of color #608E00: hue angle of 79.44º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #608E00 is Cyan = 0.32, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.44.

Color convert

RGB961420-
CMYK0.32010.44
HSL79.44º100%27.84%-
HSV(B)79.44º100%55.69%-
XYZ14.521.833.45-
YUV112.0664.76116.55-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.34%
GREEN value IS 142 (55.86% from 255) = 59.66%
BLUE value IS 0 (0.39% from 255) = 0%
R=40.34%
G=59.66%
B=0%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal9614200.32010.4479.4410027.84
Hex608E0200642C4f641c
Octal14021604001445411714434
Binary1100000100011100100000011001001011001001111110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,142,0); }

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

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

 a { background-color: rgb(96,142,0); }

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

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

 span { border-color: rgb(96,142,0); }

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