#5A905B

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

Shades of Hippie Green #5A905B

Tints of Hippie Green #5A905B

Color information

#5A905B (or 0x5A905B) is unknown color: approx Hippie Green. HEX triplet: 5A, 90 and 5B. RGB value is (90,144,91). Sum of RGB (Red+Green+Blue) = 90+144+91=325 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.69% from 325); Green value is 144 (56.64% from 255 or 44.31% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 144 - color contains mainly: green. Hex color #5A905B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A905B is #A56FA4. Grayscale: #797979. Windows color (decimal): -10842021 or 6000730. OLE color: 6000730.

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

Color convert

RGB9014491-
CMYK0.3700.370.44
HSL121.11º23.08%45.88%-
HSV(B)121.11º37.5%56.47%-
XYZ16.0822.8813.47-
YUV121.81110.61105.31-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.69%
GREEN value IS 144 (56.64% from 255) = 44.31%
BLUE value IS 91 (35.94% from 255) = 28%
R=27.69%
G=44.31%
B=28%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal90144910.3700.370.44121.1123.0845.88
Hex5A905B250252C79172e
Octal13222013345045541712756
Binary10110101001000010110111001010100101101100111100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A905B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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