#64985B

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

Shades of Hippie Green #64985B

Tints of Hippie Green #64985B

Color information

#64985B (or 0x64985B) is unknown color: approx Hippie Green. HEX triplet: 64, 98 and 5B. RGB value is (100,152,91). Sum of RGB (Red+Green+Blue) = 100+152+91=343 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.15% from 343); Green value is 152 (59.77% from 255 or 44.31% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 152 - color contains mainly: green. Hex color #64985B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64985B is #9B67A4. Grayscale: #818181. Windows color (decimal): -10184613 or 6002788. OLE color: 6002788.

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

Color convert

RGB10015291-
CMYK0.3400.400.40
HSL111.15º25.1%47.65%-
HSV(B)111.15º40.13%59.61%-
XYZ18.3725.9213.93-
YUV129.5106.27106.96-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.15%
GREEN value IS 152 (59.77% from 255) = 44.31%
BLUE value IS 91 (35.94% from 255) = 26.53%
R=29.15%
G=44.31%
B=26.53%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal100152910.3400.400.40111.1525.147.65
Hex64985B22028286f1930
Octal14423013342050501573160
Binary11001001001100010110111000100101000101000110111111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64985B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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