#5A8510

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

Shades of Olive Drab #5A8510

Tints of Olive Drab #5A8510

Color information

#5A8510 (or 0x5A8510) is unknown color: approx Olive Drab. HEX triplet: 5A, 85 and 10. RGB value is (90,133,16). Sum of RGB (Red+Green+Blue) = 90+133+16=239 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.66% from 239); Green value is 133 (52.34% from 255 or 55.65% from 239); Blue value is 16 (6.64% from 255 or 6.69% from 239); Max value from RGB is 133 - color contains mainly: green. Hex color #5A8510 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A8510 is #A57AEF. Grayscale: #6B6B6B. Windows color (decimal): -10844912 or 1082714. OLE color: 1082714.

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

Color convert

RGB9013316-
CMYK0.3200.880.48
HSL82.05º78.52%29.22%-
HSV(B)82.05º87.97%52.16%-
XYZ12.718.993.49-
YUV106.876.75116.01-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.66%
GREEN value IS 133 (52.34% from 255) = 55.65%
BLUE value IS 16 (6.64% from 255) = 6.69%
R=37.66%
G=55.65%
B=6.69%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal90133160.3200.880.4882.0578.5229.22
Hex5A85102005830524f1d
Octal132205204001306012211735
Binary10110101000010110000100000010110001100001010010100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A8510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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