#64A161

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

Shades of Hippie Green #64A161

Tints of Hippie Green #64A161

Color information

#64A161 (or 0x64A161) is unknown color: approx Hippie Green. HEX triplet: 64, A1 and 61. RGB value is (100,161,97). Sum of RGB (Red+Green+Blue) = 100+161+97=358 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.93% from 358); Green value is 161 (63.28% from 255 or 44.97% from 358); Blue value is 97 (38.28% from 255 or 27.09% from 358); Max value from RGB is 161 - color contains mainly: green. Hex color #64A161 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A161 is #9B5E9E. Grayscale: #878787. Windows color (decimal): -10182303 or 6398308. OLE color: 6398308.

HSL color Cylindrical-coordinate representation of color #64A161: hue angle of 117.19º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #64A161 is Cyan = 0.38, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.37.

Color convert

RGB10016197-
CMYK0.3800.400.37
HSL117.19º25.4%50.59%-
HSV(B)117.19º39.75%63.14%-
XYZ20.1629.0615.86-
YUV135.46106.29102.7-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.93%
GREEN value IS 161 (63.28% from 255) = 44.97%
BLUE value IS 97 (38.28% from 255) = 27.09%
R=27.93%
G=44.97%
B=27.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal100161970.3800.400.37117.1925.450.59
Hex64A1612602825751933
Octal14424114146050451653163
Binary11001001010000111000011001100101000100101111010111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64A161; }

 p { color: rgb(100,161,97); }

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

<style>
 a { background-color: #64A161; }

 a { background-color: rgb(100,161,97); }

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

<style>
 span { border-color: #64A161; }

 span { border-color: rgb(100,161,97); }

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