#5A8114

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

Shades of Olive Drab #5A8114

Tints of Olive Drab #5A8114

Color information

#5A8114 (or 0x5A8114) is unknown color: approx Olive Drab. HEX triplet: 5A, 81 and 14. RGB value is (90,129,20). Sum of RGB (Red+Green+Blue) = 90+129+20=239 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.66% from 239); Green value is 129 (50.78% from 255 or 53.97% from 239); Blue value is 20 (8.20% from 255 or 8.37% from 239); Max value from RGB is 129 - color contains mainly: green. Hex color #5A8114 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A8114 is #A57EEB. Grayscale: #696969. Windows color (decimal): -10845932 or 1343834. OLE color: 1343834.

HSL color Cylindrical-coordinate representation of color #5A8114: hue angle of 81.47º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5A8114 is Cyan = 0.30, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB9012920-
CMYK0.3000.840.49
HSL81.47º73.15%29.22%-
HSV(B)81.47º84.5%50.59%-
XYZ12.1917.923.48-
YUV104.9180.08117.36-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.66%
GREEN value IS 129 (50.78% from 255) = 53.97%
BLUE value IS 20 (8.20% from 255) = 8.37%
R=37.66%
G=53.97%
B=8.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal90129200.3000.840.4981.4773.1529.22
Hex5A81141E0543151491d
Octal132201243601246112111135
Binary1011010100000011010011110010101001100011010001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A8114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,129,20); }

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

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

 a { background-color: rgb(90,129,20); }

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

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

 span { border-color: rgb(90,129,20); }

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