#5D8C0E

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

Shades of Olive Drab #5D8C0E

Tints of Olive Drab #5D8C0E

Color information

#5D8C0E (or 0x5D8C0E) is unknown color: approx Olive Drab. HEX triplet: 5D, 8C and 0E. RGB value is (93,140,14). Sum of RGB (Red+Green+Blue) = 93+140+14=247 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.65% from 247); Green value is 140 (55.08% from 255 or 56.68% from 247); Blue value is 14 (5.86% from 255 or 5.67% from 247); Max value from RGB is 140 - color contains mainly: green. Hex color #5D8C0E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D8C0E is #A273F1. Grayscale: #707070. Windows color (decimal): -10646514 or 953437. OLE color: 953437.

HSL color Cylindrical-coordinate representation of color #5D8C0E: hue angle of 82.38º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5D8C0E is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.45.

Color convert

RGB9314014-
CMYK0.3400.900.45
HSL82.38º81.82%30.2%-
HSV(B)82.38º90%54.9%-
XYZ13.9721.123.75-
YUV111.5872.93114.75-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 37.65%
GREEN value IS 140 (55.08% from 255) = 56.68%
BLUE value IS 14 (5.86% from 255) = 5.67%
R=37.65%
G=56.68%
B=5.67%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal93140140.3400.900.4582.3881.8230.2
Hex5D8CE2205A2D52521e
Octal135214164201325512212236
Binary1011101100011001110100010010110101011011010010101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D8C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,140,14); }

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

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

 a { background-color: rgb(93,140,14); }

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

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

 span { border-color: rgb(93,140,14); }

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