#5A850A

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

Shades of Olive Drab #5A850A

Tints of Olive Drab #5A850A

Color information

#5A850A (or 0x5A850A) is unknown color: approx Olive Drab. HEX triplet: 5A, 85 and 0A. RGB value is (90,133,10). Sum of RGB (Red+Green+Blue) = 90+133+10=233 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.63% from 233); Green value is 133 (52.34% from 255 or 57.08% from 233); Blue value is 10 (4.30% from 255 or 4.29% from 233); Max value from RGB is 133 - color contains mainly: green. Hex color #5A850A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A850A is #A57AF5. Grayscale: #6A6A6A. Windows color (decimal): -10844918 or 689498. OLE color: 689498.

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

Color convert

RGB9013310-
CMYK0.3200.920.48
HSL80.98º86.01%28.04%-
HSV(B)80.98º92.48%52.16%-
XYZ12.6618.973.28-
YUV106.1273.75116.5-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 38.63%
GREEN value IS 133 (52.34% from 255) = 57.08%
BLUE value IS 10 (4.30% from 255) = 4.29%
R=38.63%
G=57.08%
B=4.29%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal90133100.3200.920.4880.9886.0128.04
Hex5A85A2005C3051561c
Octal132205124001346012112634
Binary1011010100001011010100000010111001100001010001101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A850A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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