#64875A

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

Shades of Hippie Green #64875A

Tints of Hippie Green #64875A

Color information

#64875A (or 0x64875A) is unknown color: approx Hippie Green. HEX triplet: 64, 87 and 5A. RGB value is (100,135,90). Sum of RGB (Red+Green+Blue) = 100+135+90=325 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.77% from 325); Green value is 135 (53.12% from 255 or 41.54% from 325); Blue value is 90 (35.55% from 255 or 27.69% from 325); Max value from RGB is 135 - color contains mainly: green. Hex color #64875A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64875A is #9B78A5. Grayscale: #777777. Windows color (decimal): -10188966 or 5932900. OLE color: 5932900.

HSL color Cylindrical-coordinate representation of color #64875A: hue angle of 106.67º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #64875A is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB10013590-
CMYK0.2600.330.47
HSL106.67º20%44.12%-
HSV(B)106.67º33.33%52.94%-
XYZ15.7620.7812.85-
YUV119.4111.4114.16-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.77%
GREEN value IS 135 (53.12% from 255) = 41.54%
BLUE value IS 90 (35.55% from 255) = 27.69%
R=30.77%
G=41.54%
B=27.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal100135900.2600.330.47106.672044.12
Hex64875A1A0212F6b142c
Octal14420713232041571532454
Binary1100100100001111011010110100100001101111110101110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64875A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64875A; }

 p { color: rgb(100,135,90); }

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

<style>
 a { background-color: #64875A; }

 a { background-color: rgb(100,135,90); }

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

<style>
 span { border-color: #64875A; }

 span { border-color: rgb(100,135,90); }

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