#5A8C0E

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

Shades of Olive Drab #5A8C0E

Tints of Olive Drab #5A8C0E

Color information

#5A8C0E (or 0x5A8C0E) is unknown color: approx Olive Drab. HEX triplet: 5A, 8C and 0E. RGB value is (90,140,14). Sum of RGB (Red+Green+Blue) = 90+140+14=244 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.89% from 244); Green value is 140 (55.08% from 255 or 57.38% from 244); Blue value is 14 (5.86% from 255 or 5.74% from 244); Max value from RGB is 140 - color contains mainly: green. Hex color #5A8C0E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A8C0E is #A573F1. Grayscale: #6F6F6F. Windows color (decimal): -10843122 or 953434. OLE color: 953434.

HSL color Cylindrical-coordinate representation of color #5A8C0E: hue angle of 83.81º 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 #5A8C0E is Cyan = 0.36, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.45.

Color convert

RGB9014014-
CMYK0.3600.900.45
HSL83.81º81.82%30.2%-
HSV(B)83.81º90%54.9%-
XYZ13.6720.963.74-
YUV110.6973.44113.25-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 36.89%
GREEN value IS 140 (55.08% from 255) = 57.38%
BLUE value IS 14 (5.86% from 255) = 5.74%
R=36.89%
G=57.38%
B=5.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal90140140.3600.900.4583.8181.8230.2
Hex5A8CE2405A2D54521e
Octal132214164401325512412236
Binary1011010100011001110100100010110101011011010100101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A8C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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