#5E891C

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

Shades of Olive Drab #5E891C

Tints of Olive Drab #5E891C

Color information

#5E891C (or 0x5E891C) is unknown color: approx Olive Drab. HEX triplet: 5E, 89 and 1C. RGB value is (94,137,28). Sum of RGB (Red+Green+Blue) = 94+137+28=259 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.29% from 259); Green value is 137 (53.91% from 255 or 52.90% from 259); Blue value is 28 (11.33% from 255 or 10.81% from 259); Max value from RGB is 137 - color contains mainly: green. Hex color #5E891C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E891C is #A176E3. Grayscale: #707070. Windows color (decimal): -10581732 or 1870174. OLE color: 1870174.

HSL color Cylindrical-coordinate representation of color #5E891C: hue angle of 83.67º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5E891C is Cyan = 0.31, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.46.

Color convert

RGB9413728-
CMYK0.3100.800.46
HSL83.67º66.06%32.35%-
HSV(B)83.67º79.56%53.73%-
XYZ13.7720.354.3-
YUV111.7280.75115.36-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 36.29%
GREEN value IS 137 (53.91% from 255) = 52.90%
BLUE value IS 28 (11.33% from 255) = 10.81%
R=36.29%
G=52.90%
B=10.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal94137280.3100.800.4683.6766.0632.35
Hex5E891C1F0502E544220
Octal136211343701205612410240
Binary10111101000100111100111110101000010111010101001000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E891C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,137,28); }

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

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

 a { background-color: rgb(94,137,28); }

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

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

 span { border-color: rgb(94,137,28); }

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