#64985A

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

Shades of Hippie Green #64985A

Tints of Hippie Green #64985A

Color information

#64985A (or 0x64985A) is unknown color: approx Hippie Green. HEX triplet: 64, 98 and 5A. RGB value is (100,152,90). Sum of RGB (Red+Green+Blue) = 100+152+90=342 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.24% from 342); Green value is 152 (59.77% from 255 or 44.44% from 342); Blue value is 90 (35.55% from 255 or 26.32% from 342); Max value from RGB is 152 - color contains mainly: green. Hex color #64985A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64985A is #9B67A5. Grayscale: #818181. Windows color (decimal): -10184614 or 5937252. OLE color: 5937252.

HSL color Cylindrical-coordinate representation of color #64985A: hue angle of 110.32º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #64985A is Cyan = 0.34, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB10015290-
CMYK0.3400.410.40
HSL110.32º25.62%47.45%-
HSV(B)110.32º40.79%59.61%-
XYZ18.3325.913.71-
YUV129.38105.77107.04-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.24%
GREEN value IS 152 (59.77% from 255) = 44.44%
BLUE value IS 90 (35.55% from 255) = 26.32%
R=29.24%
G=44.44%
B=26.32%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal100152900.3400.410.40110.3225.6247.45
Hex64985A22029286e1a2f
Octal14423013242051501563257
Binary11001001001100010110101000100101001101000110111011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64985A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64985A; }

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

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

<style>
 a { background-color: #64985A; }

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

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

<style>
 span { border-color: #64985A; }

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

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