#5A964C

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

Shades of Hippie Green #5A964C

Tints of Hippie Green #5A964C

Color information

#5A964C (or 0x5A964C) is unknown color: approx Hippie Green. HEX triplet: 5A, 96 and 4C. RGB value is (90,150,76). Sum of RGB (Red+Green+Blue) = 90+150+76=316 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.48% from 316); Green value is 150 (58.98% from 255 or 47.47% from 316); Blue value is 76 (30.08% from 255 or 24.05% from 316); Max value from RGB is 150 - color contains mainly: green. Hex color #5A964C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A964C is #A569B3. Grayscale: #7B7B7B. Windows color (decimal): -10840500 or 5019226. OLE color: 5019226.

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

Color convert

RGB9015076-
CMYK0.400.490.41
HSL108.65º32.74%44.31%-
HSV(B)108.65º49.33%58.82%-
XYZ16.4324.5110.7-
YUV123.62101.12104.02-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.48%
GREEN value IS 150 (58.98% from 255) = 47.47%
BLUE value IS 76 (30.08% from 255) = 24.05%
R=28.48%
G=47.47%
B=24.05%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal90150760.400.490.41108.6532.7444.31
Hex5A964C28031296d212c
Octal13222611450061511554154
Binary101101010010110100110010100001100011010011101101100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A964C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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