#5A8515

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

Shades of Olive Drab #5A8515

Tints of Olive Drab #5A8515

Color information

#5A8515 (or 0x5A8515) is unknown color: approx Olive Drab. HEX triplet: 5A, 85 and 15. RGB value is (90,133,21). Sum of RGB (Red+Green+Blue) = 90+133+21=244 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.89% from 244); Green value is 133 (52.34% from 255 or 54.51% from 244); Blue value is 21 (8.59% from 255 or 8.61% from 244); Max value from RGB is 133 - color contains mainly: green. Hex color #5A8515 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A8515 is #A57AEA. Grayscale: #6B6B6B. Windows color (decimal): -10844907 or 1410394. OLE color: 1410394.

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

Color convert

RGB9013321-
CMYK0.3200.840.48
HSL83.04º72.73%30.2%-
HSV(B)83.04º84.21%52.16%-
XYZ12.74193.71-
YUV107.3879.25115.61-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 36.89%
GREEN value IS 133 (52.34% from 255) = 54.51%
BLUE value IS 21 (8.59% from 255) = 8.61%
R=36.89%
G=54.51%
B=8.61%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal90133210.3200.840.4883.0472.7330.2
Hex5A8515200543053491e
Octal132205254001246012311136
Binary10110101000010110101100000010101001100001010011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A8515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,133,21); }

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

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

 a { background-color: rgb(90,133,21); }

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

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

 span { border-color: rgb(90,133,21); }

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