#5E8205

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

Shades of Olive Drab #5E8205

Tints of Olive Drab #5E8205

Color information

#5E8205 (or 0x5E8205) is unknown color: approx Olive Drab. HEX triplet: 5E, 82 and 05. RGB value is (94,130,5). Sum of RGB (Red+Green+Blue) = 94+130+5=229 (30% of max value = 765). Red value is 94 (37.11% from 255 or 41.05% from 229); Green value is 130 (51.17% from 255 or 56.77% from 229); Blue value is 5 (2.34% from 255 or 2.18% from 229); Max value from RGB is 130 - color contains mainly: green. Hex color #5E8205 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E8205 is #A17DFA. Grayscale: #696969. Windows color (decimal): -10583547 or 361054. OLE color: 361054.

HSL color Cylindrical-coordinate representation of color #5E8205: hue angle of 77.28º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5E8205 is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.49.

Color convert

RGB941305-
CMYK0.2800.960.49
HSL77.28º92.59%26.47%-
HSV(B)77.28º96.15%50.98%-
XYZ12.6318.363.02-
YUV104.9971.57120.16-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 41.05%
GREEN value IS 130 (51.17% from 255) = 56.77%
BLUE value IS 5 (2.34% from 255) = 2.18%
R=41.05%
G=56.77%
B=2.18%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9413050.2800.960.4977.2892.5926.47
Hex5E8251C060314d5d1a
Octal13620253401406111513532
Binary10111101000001010111100011000001100011001101101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E8205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,130,5); }

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

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

 a { background-color: rgb(94,130,5); }

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

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

 span { border-color: rgb(94,130,5); }

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