#64905B

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

Shades of Hippie Green #64905B

Tints of Hippie Green #64905B

Color information

#64905B (or 0x64905B) is unknown color: approx Hippie Green. HEX triplet: 64, 90 and 5B. RGB value is (100,144,91). Sum of RGB (Red+Green+Blue) = 100+144+91=335 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.85% from 335); Green value is 144 (56.64% from 255 or 42.99% from 335); Blue value is 91 (35.94% from 255 or 27.16% from 335); Max value from RGB is 144 - color contains mainly: green. Hex color #64905B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64905B is #9B6FA4. Grayscale: #7C7C7C. Windows color (decimal): -10186661 or 6000740. OLE color: 6000740.

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

Color convert

RGB10014491-
CMYK0.3100.370.44
HSL109.81º22.55%46.08%-
HSV(B)109.81º36.81%56.47%-
XYZ17.1223.4113.51-
YUV124.8108.92110.31-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.85%
GREEN value IS 144 (56.64% from 255) = 42.99%
BLUE value IS 91 (35.94% from 255) = 27.16%
R=29.85%
G=42.99%
B=27.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal100144910.3100.370.44109.8122.5546.08
Hex64905B1F0252C6e172e
Octal14422013337045541562756
Binary1100100100100001011011111110100101101100110111010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64905B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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