#5A965A

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

Shades of Hippie Green #5A965A

Tints of Hippie Green #5A965A

Color information

#5A965A (or 0x5A965A) is unknown color: approx Hippie Green. HEX triplet: 5A, 96 and 5A. RGB value is (90,150,90). Sum of RGB (Red+Green+Blue) = 90+150+90=330 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.27% from 330); Green value is 150 (58.98% from 255 or 45.45% from 330); Blue value is 90 (35.55% from 255 or 27.27% from 330); Max value from RGB is 150 - color contains mainly: green. Hex color #5A965A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A965A is #A569A5. Grayscale: #7D7D7D. Windows color (decimal): -10840486 or 5936730. OLE color: 5936730.

HSL color Cylindrical-coordinate representation of color #5A965A: hue angle of 120º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A965A is Cyan = 0.4, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.41.

Color convert

RGB9015090-
CMYK0.400.40.41
HSL120º25%47.06%-
HSV(B)120º40%58.82%-
XYZ16.9724.7213.55-
YUV125.22108.12102.88-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.27%
GREEN value IS 150 (58.98% from 255) = 45.45%
BLUE value IS 90 (35.55% from 255) = 27.27%
R=27.27%
G=45.45%
B=27.27%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal90150900.400.40.411202547.06
Hex5A965A280282978192f
Octal13222613250050511703157
Binary10110101001011010110101010000101000101001111100011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A965A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,150,90); }

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

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

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

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

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

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

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