#5A9106

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

Shades of Olive Drab #5A9106

Tints of Olive Drab #5A9106

Color information

#5A9106 (or 0x5A9106) is unknown color: approx Olive Drab. HEX triplet: 5A, 91 and 06. RGB value is (90,145,6). Sum of RGB (Red+Green+Blue) = 90+145+6=241 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.34% from 241); Green value is 145 (57.03% from 255 or 60.17% from 241); Blue value is 6 (2.73% from 255 or 2.49% from 241); Max value from RGB is 145 - color contains mainly: green. Hex color #5A9106 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A9106 is #A56EF9. Grayscale: #717171. Windows color (decimal): -10841850 or 430426. OLE color: 430426.

HSL color Cylindrical-coordinate representation of color #5A9106: hue angle of 83.74º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A9106 is Cyan = 0.38, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.43.

Color convert

RGB901456-
CMYK0.3800.960.43
HSL83.74º92.05%29.61%-
HSV(B)83.74º95.86%56.86%-
XYZ14.3722.443.75-
YUV112.7167.78111.8-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.34%
GREEN value IS 145 (57.03% from 255) = 60.17%
BLUE value IS 6 (2.73% from 255) = 2.49%
R=37.34%
G=60.17%
B=2.49%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal9014560.3800.960.4383.7492.0529.61
Hex5A916260602B545c1e
Octal13222164601405312413436
Binary101101010010001110100110011000001010111010100101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,145,6); }

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

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

 a { background-color: rgb(90,145,6); }

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

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

 span { border-color: rgb(90,145,6); }

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