#5A9060

Color #5A9060 Hippie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Green #5A9060

Tints of Hippie Green #5A9060

Color information

#5A9060 (or 0x5A9060) is unknown color: approx Hippie Green. HEX triplet: 5A, 90 and 60. RGB value is (90,144,96). Sum of RGB (Red+Green+Blue) = 90+144+96=330 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.27% from 330); Green value is 144 (56.64% from 255 or 43.64% from 330); Blue value is 96 (37.89% from 255 or 29.09% from 330); Max value from RGB is 144 - color contains mainly: green. Hex color #5A9060 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9060 is #A56F9F. Grayscale: #7A7A7A. Windows color (decimal): -10842016 or 6328410. OLE color: 6328410.

HSL color Cylindrical-coordinate representation of color #5A9060: hue angle of 126.67º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A9060 is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB9014496-
CMYK0.3700.330.44
HSL126.67º23.08%45.88%-
HSV(B)126.67º37.5%56.47%-
XYZ16.322.9614.64-
YUV122.38113.11104.9-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.27%
GREEN value IS 144 (56.64% from 255) = 43.64%
BLUE value IS 96 (37.89% from 255) = 29.09%
R=27.27%
G=43.64%
B=29.09%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal90144960.3700.330.44126.6723.0845.88
Hex5A9060250212C7f172e
Octal13222014045041541772756
Binary10110101001000011000001001010100001101100111111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,144,96); }

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

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

 a { background-color: rgb(90,144,96); }

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

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

 span { border-color: rgb(90,144,96); }

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