#5A965F

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

Shades of Hippie Green #5A965F

Tints of Hippie Green #5A965F

Color information

#5A965F (or 0x5A965F) is unknown color: approx Hippie Green. HEX triplet: 5A, 96 and 5F. RGB value is (90,150,95). Sum of RGB (Red+Green+Blue) = 90+150+95=335 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.87% from 335); Green value is 150 (58.98% from 255 or 44.78% from 335); Blue value is 95 (37.5% from 255 or 28.36% from 335); Max value from RGB is 150 - color contains mainly: green. Hex color #5A965F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A965F is #A569A0. Grayscale: #7D7D7D. Windows color (decimal): -10840481 or 6264410. OLE color: 6264410.

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

Color convert

RGB9015095-
CMYK0.400.370.41
HSL125º25%47.06%-
HSV(B)125º40%58.82%-
XYZ17.1924.8114.71-
YUV125.79110.62102.47-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.87%
GREEN value IS 150 (58.98% from 255) = 44.78%
BLUE value IS 95 (37.5% from 255) = 28.36%
R=26.87%
G=44.78%
B=28.36%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal90150950.400.370.411252547.06
Hex5A965F28025297d192f
Octal13222613750045511753157
Binary10110101001011010111111010000100101101001111110111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A965F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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