#64925E

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

Shades of Hippie Green #64925E

Tints of Hippie Green #64925E

Color information

#64925E (or 0x64925E) is unknown color: approx Hippie Green. HEX triplet: 64, 92 and 5E. RGB value is (100,146,94). Sum of RGB (Red+Green+Blue) = 100+146+94=340 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.41% from 340); Green value is 146 (57.42% from 255 or 42.94% from 340); Blue value is 94 (37.11% from 255 or 27.65% from 340); Max value from RGB is 146 - color contains mainly: green. Hex color #64925E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64925E is #9B6DA1. Grayscale: #7E7E7E. Windows color (decimal): -10186146 or 6197860. OLE color: 6197860.

HSL color Cylindrical-coordinate representation of color #64925E: hue angle of 113.08º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #64925E is Cyan = 0.32, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB10014694-
CMYK0.3200.360.43
HSL113.08º21.67%47.06%-
HSV(B)113.08º35.62%57.25%-
XYZ17.5524.0814.31-
YUV126.32109.76109.23-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.41%
GREEN value IS 146 (57.42% from 255) = 42.94%
BLUE value IS 94 (37.11% from 255) = 27.65%
R=29.41%
G=42.94%
B=27.65%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal100146940.3200.360.43113.0821.6747.06
Hex64925E200242B71162f
Octal14422213640044531612657
Binary11001001001001010111101000000100100101011111000110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64925E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64925E; }

 p { color: rgb(100,146,94); }

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

<style>
 a { background-color: #64925E; }

 a { background-color: rgb(100,146,94); }

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

<style>
 span { border-color: #64925E; }

 span { border-color: rgb(100,146,94); }

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