#5E8604

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

Shades of Olive Drab #5E8604

Tints of Olive Drab #5E8604

Color information

#5E8604 (or 0x5E8604) is unknown color: approx Olive Drab. HEX triplet: 5E, 86 and 04. RGB value is (94,134,4). Sum of RGB (Red+Green+Blue) = 94+134+4=232 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.52% from 232); Green value is 134 (52.73% from 255 or 57.76% from 232); Blue value is 4 (1.95% from 255 or 1.72% from 232); Max value from RGB is 134 - color contains mainly: green. Hex color #5E8604 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E8604 is #A179FB. Grayscale: #6B6B6B. Windows color (decimal): -10582524 or 296542. OLE color: 296542.

HSL color Cylindrical-coordinate representation of color #5E8604: hue angle of 78.46º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5E8604 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.47.

Color convert

RGB941344-
CMYK0.3000.970.47
HSL78.46º94.2%27.06%-
HSV(B)78.46º97.01%52.55%-
XYZ13.1619.443.17-
YUV107.2269.75118.57-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 40.52%
GREEN value IS 134 (52.73% from 255) = 57.76%
BLUE value IS 4 (1.95% from 255) = 1.72%
R=40.52%
G=57.76%
B=1.72%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9413440.3000.970.4778.4694.227.06
Hex5E8641E0612F4e5e1b
Octal13620643601415711613633
Binary10111101000011010011110011000011011111001110101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E8604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E8604; }

 p { color: rgb(94,134,4); }

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

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

 a { background-color: rgb(94,134,4); }

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

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

 span { border-color: rgb(94,134,4); }

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