#64A25A

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

Shades of Hippie Green #64A25A

Tints of Hippie Green #64A25A

Color information

#64A25A (or 0x64A25A) is unknown color: approx Hippie Green. HEX triplet: 64, A2 and 5A. RGB value is (100,162,90). Sum of RGB (Red+Green+Blue) = 100+162+90=352 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.41% from 352); Green value is 162 (63.67% from 255 or 46.02% from 352); Blue value is 90 (35.55% from 255 or 25.57% from 352); Max value from RGB is 162 - color contains mainly: green. Hex color #64A25A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A25A is #9B5DA5. Grayscale: #878787. Windows color (decimal): -10182054 or 5939812. OLE color: 5939812.

HSL color Cylindrical-coordinate representation of color #64A25A: hue angle of 111.67º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #64A25A is Cyan = 0.38, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB10016290-
CMYK0.3800.440.36
HSL111.67º28.57%49.41%-
HSV(B)111.67º44.44%63.53%-
XYZ20.0229.2914.27-
YUV135.25102.46102.85-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.41%
GREEN value IS 162 (63.67% from 255) = 46.02%
BLUE value IS 90 (35.55% from 255) = 25.57%
R=28.41%
G=46.02%
B=25.57%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal100162900.3800.440.36111.6728.5749.41
Hex64A25A2602C24701d31
Octal14424213246054441603561
Binary11001001010001010110101001100101100100100111000011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,162,90); }

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

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

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

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

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

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

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