#5E8D14

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

Shades of Olive Drab #5E8D14

Tints of Olive Drab #5E8D14

Color information

#5E8D14 (or 0x5E8D14) is unknown color: approx Olive Drab. HEX triplet: 5E, 8D and 14. RGB value is (94,141,20). Sum of RGB (Red+Green+Blue) = 94+141+20=255 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.86% from 255); Green value is 141 (55.47% from 255 or 55.29% from 255); Blue value is 20 (8.20% from 255 or 7.84% from 255); Max value from RGB is 141 - color contains mainly: green. Hex color #5E8D14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E8D14 is #A172EB. Grayscale: #717171. Windows color (decimal): -10580716 or 1346910. OLE color: 1346910.

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

Color convert

RGB9414120-
CMYK0.3300.860.45
HSL83.31º75.16%31.57%-
HSV(B)83.31º85.82%55.29%-
XYZ14.2721.484.06-
YUV113.1575.43114.34-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 36.86%
GREEN value IS 141 (55.47% from 255) = 55.29%
BLUE value IS 20 (8.20% from 255) = 7.84%
R=36.86%
G=55.29%
B=7.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal94141200.3300.860.4583.3175.1631.57
Hex5E8D14210562D534b20
Octal136215244101265512311340
Binary101111010001101101001000010101011010110110100111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E8D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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