#5e851f

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

Shades of Olive Drab #5E851F

Tints of Olive Drab #5E851F

Color information

#5E851F (or 0x5E851F) is unknown color: approx Olive Drab. HEX triplet: 5E, 85 and 1F. RGB value is (94,133,31). Sum of RGB (Red+Green+Blue) = 94+133+31=258 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.43% from 258); Green value is 133 (52.34% from 255 or 51.55% from 258); Blue value is 31 (12.5% from 255 or 12.02% from 258); Max value from RGB is 133 - color contains mainly: green. Hex color #5E851F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E851F is #A17AE0. Grayscale: #6E6E6E. Windows color (decimal): -10582753 or 2065758. OLE color: 2065758.

HSL color Cylindrical-coordinate representation of color #5E851F: hue angle of 82.94º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5E851F is Cyan = 0.29, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB9413331-
CMYK0.2900.770.48
HSL82.94º62.2%32.16%-
HSV(B)82.94º76.69%52.16%-
XYZ13.2519.254.31-
YUV109.7183.58116.79-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 36.43%
GREEN value IS 133 (52.34% from 255) = 51.55%
BLUE value IS 31 (12.5% from 255) = 12.02%
R=36.43%
G=51.55%
B=12.02%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal94133310.2900.770.4882.9462.232.16
Hex5E851F1D04D30533e20
Octal13620537350115601237640
Binary1011110100001011111111101010011011100001010011111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5e851f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,133,31); }

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

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

 a { background-color: rgb(94,133,31); }

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

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

 span { border-color: rgb(94,133,31); }

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