#5A905C

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

Shades of Hippie Green #5A905C

Tints of Hippie Green #5A905C

Color information

#5A905C (or 0x5A905C) is unknown color: approx Hippie Green. HEX triplet: 5A, 90 and 5C. RGB value is (90,144,92). Sum of RGB (Red+Green+Blue) = 90+144+92=326 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.61% from 326); Green value is 144 (56.64% from 255 or 44.17% from 326); Blue value is 92 (36.33% from 255 or 28.22% from 326); Max value from RGB is 144 - color contains mainly: green. Hex color #5A905C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A905C is #A56FA3. Grayscale: #7A7A7A. Windows color (decimal): -10842020 or 6066266. OLE color: 6066266.

HSL color Cylindrical-coordinate representation of color #5A905C: hue angle of 122.22º 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 #5A905C is Cyan = 0.37, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB9014492-
CMYK0.3700.360.44
HSL122.22º23.08%45.88%-
HSV(B)122.22º37.5%56.47%-
XYZ16.1222.8913.69-
YUV121.93111.11105.23-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.61%
GREEN value IS 144 (56.64% from 255) = 44.17%
BLUE value IS 92 (36.33% from 255) = 28.22%
R=27.61%
G=44.17%
B=28.22%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal90144920.3700.360.44122.2223.0845.88
Hex5A905C250242C7a172e
Octal13222013445044541722756
Binary10110101001000010111001001010100100101100111101010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A905C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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