#5A8702

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

Shades of Olive Drab #5A8702

Tints of Olive Drab #5A8702

Color information

#5A8702 (or 0x5A8702) is unknown color: approx Olive Drab. HEX triplet: 5A, 87 and 02. RGB value is (90,135,2). Sum of RGB (Red+Green+Blue) = 90+135+2=227 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.65% from 227); Green value is 135 (53.12% from 255 or 59.47% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 135 - color contains mainly: green. Hex color #5A8702 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A8702 is #A578FD. Grayscale: #6A6A6A. Windows color (decimal): -10844414 or 165722. OLE color: 165722.

HSL color Cylindrical-coordinate representation of color #5A8702: hue angle of 80.3º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5A8702 is Cyan = 0.33, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB901352-
CMYK0.3300.990.47
HSL80.3º97.08%26.86%-
HSV(B)80.3º98.52%52.94%-
XYZ12.8919.513.14-
YUV106.3869.09116.31-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 39.65%
GREEN value IS 135 (53.12% from 255) = 59.47%
BLUE value IS 2 (1.17% from 255) = 0.88%
R=39.65%
G=59.47%
B=0.88%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9013520.3300.990.4780.397.0826.86
Hex5A872210632F50611b
Octal13220724101435712014133
Binary10110101000011110100001011000111011111010000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A8702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,135,2); }

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

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

 a { background-color: rgb(90,135,2); }

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

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

 span { border-color: rgb(90,135,2); }

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