#5A7F59

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

Shades of Hippie Green #5A7F59

Tints of Hippie Green #5A7F59

Color information

#5A7F59 (or 0x5A7F59) is unknown color: approx Hippie Green. HEX triplet: 5A, 7F and 59. RGB value is (90,127,89). Sum of RGB (Red+Green+Blue) = 90+127+89=306 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.41% from 306); Green value is 127 (50% from 255 or 41.50% from 306); Blue value is 89 (35.16% from 255 or 29.08% from 306); Max value from RGB is 127 - color contains mainly: green. Hex color #5A7F59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7F59 is #A580A6. Grayscale: #6F6F6F. Windows color (decimal): -10846375 or 5865306. OLE color: 5865306.

HSL color Cylindrical-coordinate representation of color #5A7F59: hue angle of 118.42º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5A7F59 is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB9012789-
CMYK0.2900.300.50
HSL118.42º17.59%42.35%-
HSV(B)118.42º29.92%49.8%-
XYZ13.6118.0712.22-
YUV111.6115.24112.59-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.41%
GREEN value IS 127 (50% from 255) = 41.50%
BLUE value IS 89 (35.16% from 255) = 29.08%
R=29.41%
G=41.50%
B=29.08%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal90127890.2900.300.50118.4217.5942.35
Hex5A7F591D01E3276122a
Octal13217713135036621662252
Binary10110101111111101100111101011110110010111011010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,127,89); }

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

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

 a { background-color: rgb(90,127,89); }

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

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

 span { border-color: rgb(90,127,89); }

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