#5a8417

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

Shades of Olive Drab #5A8417

Tints of Olive Drab #5A8417

Color information

#5A8417 (or 0x5A8417) is unknown color: approx Olive Drab. HEX triplet: 5A, 84 and 17. RGB value is (90,132,23). Sum of RGB (Red+Green+Blue) = 90+132+23=245 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.73% from 245); Green value is 132 (51.95% from 255 or 53.88% from 245); Blue value is 23 (9.38% from 255 or 9.39% from 245); Max value from RGB is 132 - color contains mainly: green. Hex color #5A8417 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A8417 is #A57BE8. Grayscale: #6B6B6B. Windows color (decimal): -10845161 or 1541210. OLE color: 1541210.

HSL color Cylindrical-coordinate representation of color #5A8417: hue angle of 83.12º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5A8417 is Cyan = 0.32, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB9013223-
CMYK0.3200.830.48
HSL83.12º70.32%30.39%-
HSV(B)83.12º82.58%51.76%-
XYZ12.6218.743.76-
YUV107.0280.59115.86-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 36.73%
GREEN value IS 132 (51.95% from 255) = 53.88%
BLUE value IS 23 (9.38% from 255) = 9.39%
R=36.73%
G=53.88%
B=9.39%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal90132230.3200.830.4883.1270.3230.39
Hex5A8417200533053461e
Octal132204274001236012310636
Binary10110101000010010111100000010100111100001010011100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5a8417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,132,23); }

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

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

 a { background-color: rgb(90,132,23); }

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

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

 span { border-color: rgb(90,132,23); }

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