#64A25B

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

Shades of Hippie Green #64A25B

Tints of Hippie Green #64A25B

Color information

#64A25B (or 0x64A25B) is unknown color: approx Hippie Green. HEX triplet: 64, A2 and 5B. RGB value is (100,162,91). Sum of RGB (Red+Green+Blue) = 100+162+91=353 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.33% from 353); Green value is 162 (63.67% from 255 or 45.89% from 353); Blue value is 91 (35.94% from 255 or 25.78% from 353); Max value from RGB is 162 - color contains mainly: green. Hex color #64A25B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A25B is #9B5DA4. Grayscale: #878787. Windows color (decimal): -10182053 or 6005348. OLE color: 6005348.

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

Color convert

RGB10016291-
CMYK0.3800.440.36
HSL112.39º28.06%49.61%-
HSV(B)112.39º43.83%63.53%-
XYZ20.0629.3114.5-
YUV135.37102.96102.77-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.33%
GREEN value IS 162 (63.67% from 255) = 45.89%
BLUE value IS 91 (35.94% from 255) = 25.78%
R=28.33%
G=45.89%
B=25.78%

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
Decimal100162910.3800.440.36112.3928.0649.61
Hex64A25B2602C24701c32
Octal14424213346054441603462
Binary11001001010001010110111001100101100100100111000011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A25B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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