#5E871E

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

Shades of Olive Drab #5E871E

Tints of Olive Drab #5E871E

Color information

#5E871E (or 0x5E871E) is unknown color: approx Olive Drab. HEX triplet: 5E, 87 and 1E. RGB value is (94,135,30). Sum of RGB (Red+Green+Blue) = 94+135+30=259 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.29% from 259); Green value is 135 (53.12% from 255 or 52.12% from 259); Blue value is 30 (12.11% from 255 or 11.58% from 259); Max value from RGB is 135 - color contains mainly: green. Hex color #5E871E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E871E is #A178E1. Grayscale: #6F6F6F. Windows color (decimal): -10582242 or 2000734. OLE color: 2000734.

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

Color convert

RGB9413530-
CMYK0.3000.780.47
HSL83.43º63.64%32.35%-
HSV(B)83.43º77.78%52.94%-
XYZ13.5119.84.34-
YUV110.7782.42116.04-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 36.29%
GREEN value IS 135 (53.12% from 255) = 52.12%
BLUE value IS 30 (12.11% from 255) = 11.58%
R=36.29%
G=52.12%
B=11.58%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal94135300.3000.780.4783.4363.6432.35
Hex5E871E1E04E2F534020
Octal136207363601165712310040
Binary10111101000011111110111100100111010111110100111000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E871E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,135,30); }

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

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

 a { background-color: rgb(94,135,30); }

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

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

 span { border-color: rgb(94,135,30); }

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