#5E8D09

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

Shades of Olive Drab #5E8D09

Tints of Olive Drab #5E8D09

Color information

#5E8D09 (or 0x5E8D09) is unknown color: approx Olive Drab. HEX triplet: 5E, 8D and 09. RGB value is (94,141,9). Sum of RGB (Red+Green+Blue) = 94+141+9=244 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.52% from 244); Green value is 141 (55.47% from 255 or 57.79% from 244); Blue value is 9 (3.91% from 255 or 3.69% from 244); Max value from RGB is 141 - color contains mainly: green. Hex color #5E8D09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E8D09 is #A172F6. Grayscale: #707070. Windows color (decimal): -10580727 or 626014. OLE color: 626014.

HSL color Cylindrical-coordinate representation of color #5E8D09: hue angle of 81.36º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5E8D09 is Cyan = 0.33, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB941419-
CMYK0.3300.940.45
HSL81.36º88%29.41%-
HSV(B)81.36º93.62%55.29%-
XYZ14.1921.453.65-
YUV111.969.93115.23-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 38.52%
GREEN value IS 141 (55.47% from 255) = 57.79%
BLUE value IS 9 (3.91% from 255) = 3.69%
R=38.52%
G=57.79%
B=3.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal9414190.3300.940.4581.368829.41
Hex5E8D92105E2D51581d
Octal136215114101365512113035
Binary1011110100011011001100001010111101011011010001101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E8D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,141,9); }

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

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

 a { background-color: rgb(94,141,9); }

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

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

 span { border-color: rgb(94,141,9); }

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