#5A9402

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

Shades of Olive Drab #5A9402

Tints of Olive Drab #5A9402

Color information

#5A9402 (or 0x5A9402) is unknown color: approx Olive Drab. HEX triplet: 5A, 94 and 02. RGB value is (90,148,2). Sum of RGB (Red+Green+Blue) = 90+148+2=240 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.5% from 240); Green value is 148 (58.20% from 255 or 61.67% from 240); Blue value is 2 (1.17% from 255 or 0.83% from 240); Max value from RGB is 148 - color contains mainly: green. Hex color #5A9402 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A9402 is #A56BFD. Grayscale: #727272. Windows color (decimal): -10841086 or 169050. OLE color: 169050.

HSL color Cylindrical-coordinate representation of color #5A9402: hue angle of 83.84º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5A9402 is Cyan = 0.39, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB901482-
CMYK0.3900.990.42
HSL83.84º97.33%29.41%-
HSV(B)83.84º98.65%58.04%-
XYZ14.8223.363.78-
YUV114.0164.78110.87-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.5%
GREEN value IS 148 (58.20% from 255) = 61.67%
BLUE value IS 2 (1.17% from 255) = 0.83%
R=37.5%
G=61.67%
B=0.83%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal9014820.3900.990.4283.8497.3329.41
Hex5A942270632A54611d
Octal13222424701435212414135
Binary10110101001010010100111011000111010101010100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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