#608E0C

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

Shades of Olive Drab #608E0C

Tints of Olive Drab #608E0C

Color information

#608E0C (or 0x608E0C) is unknown color: approx Olive Drab. HEX triplet: 60, 8E and 0C. RGB value is (96,142,12). Sum of RGB (Red+Green+Blue) = 96+142+12=250 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.4% from 250); Green value is 142 (55.86% from 255 or 56.8% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 142 - color contains mainly: green. Hex color #608E0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608E0C is #9F71F3. Grayscale: #717171. Windows color (decimal): -10449396 or 822880. OLE color: 822880.

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

Color convert

RGB9614212-
CMYK0.3200.920.44
HSL81.23º84.42%30.2%-
HSV(B)81.23º91.55%55.69%-
XYZ14.5621.863.8-
YUV113.4370.76115.57-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.4%
GREEN value IS 142 (55.86% from 255) = 56.8%
BLUE value IS 12 (5.08% from 255) = 4.8%
R=38.4%
G=56.8%
B=4.8%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal96142120.3200.920.4481.2384.4230.2
Hex608EC2005C2C51541e
Octal140216144001345412112436
Binary1100000100011101100100000010111001011001010001101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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