#64915B

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

Shades of Hippie Green #64915B

Tints of Hippie Green #64915B

Color information

#64915B (or 0x64915B) is unknown color: approx Hippie Green. HEX triplet: 64, 91 and 5B. RGB value is (100,145,91). Sum of RGB (Red+Green+Blue) = 100+145+91=336 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.76% from 336); Green value is 145 (57.03% from 255 or 43.15% from 336); Blue value is 91 (35.94% from 255 or 27.08% from 336); Max value from RGB is 145 - color contains mainly: green. Hex color #64915B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64915B is #9B6EA4. Grayscale: #7D7D7D. Windows color (decimal): -10186405 or 6000996. OLE color: 6000996.

HSL color Cylindrical-coordinate representation of color #64915B: hue angle of 110º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #64915B is Cyan = 0.31, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB10014591-
CMYK0.3100.370.43
HSL110º22.88%46.27%-
HSV(B)110º37.24%56.86%-
XYZ17.2723.7213.56-
YUV125.39108.59109.89-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.76%
GREEN value IS 145 (57.03% from 255) = 43.15%
BLUE value IS 91 (35.94% from 255) = 27.08%
R=29.76%
G=43.15%
B=27.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal100145910.3100.370.4311022.8846.27
Hex64915B1F0252B6e172e
Octal14422113337045531562756
Binary1100100100100011011011111110100101101011110111010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64915B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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