#64975E

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

Shades of Hippie Green #64975E

Tints of Hippie Green #64975E

Color information

#64975E (or 0x64975E) is unknown color: approx Hippie Green. HEX triplet: 64, 97 and 5E. RGB value is (100,151,94). Sum of RGB (Red+Green+Blue) = 100+151+94=345 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.99% from 345); Green value is 151 (59.38% from 255 or 43.77% from 345); Blue value is 94 (37.11% from 255 or 27.25% from 345); Max value from RGB is 151 - color contains mainly: green. Hex color #64975E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64975E is #9B68A1. Grayscale: #818181. Windows color (decimal): -10184866 or 6199140. OLE color: 6199140.

HSL color Cylindrical-coordinate representation of color #64975E: hue angle of 113.68º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #64975E is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB10015194-
CMYK0.3400.380.41
HSL113.68º23.27%48.04%-
HSV(B)113.68º37.75%59.22%-
XYZ18.3425.6514.57-
YUV129.25108.1107.13-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.99%
GREEN value IS 151 (59.38% from 255) = 43.77%
BLUE value IS 94 (37.11% from 255) = 27.25%
R=28.99%
G=43.77%
B=27.25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal100151940.3400.380.41113.6823.2748.04
Hex64975E2202629721730
Octal14422713642046511622760
Binary11001001001011110111101000100100110101001111001010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64975E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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