#59965A

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

Shades of Hippie Green #59965A

Tints of Hippie Green #59965A

Color information

#59965A (or 0x59965A) is unknown color: approx Hippie Green. HEX triplet: 59, 96 and 5A. RGB value is (89,150,90). Sum of RGB (Red+Green+Blue) = 89+150+90=329 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.05% from 329); Green value is 150 (58.98% from 255 or 45.59% from 329); Blue value is 90 (35.55% from 255 or 27.36% from 329); Max value from RGB is 150 - color contains mainly: green. Hex color #59965A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59965A is #A669A5. Grayscale: #7D7D7D. Windows color (decimal): -10906022 or 5936729. OLE color: 5936729.

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

Color convert

RGB8915090-
CMYK0.4100.40.41
HSL120.98º25.52%46.86%-
HSV(B)120.98º40.67%58.82%-
XYZ16.8724.6713.55-
YUV124.92108.29102.38-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.05%
GREEN value IS 150 (58.98% from 255) = 45.59%
BLUE value IS 90 (35.55% from 255) = 27.36%
R=27.05%
G=45.59%
B=27.36%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal89150900.4100.40.41120.9825.5246.86
Hex59965A2902829791a2f
Octal13122613251050511713257
Binary10110011001011010110101010010101000101001111100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59965A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59965A; }

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

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

<style>
 a { background-color: #59965A; }

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

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

<style>
 span { border-color: #59965A; }

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

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