#64875B

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

Shades of Hippie Green #64875B

Tints of Hippie Green #64875B

Color information

#64875B (or 0x64875B) is unknown color: approx Hippie Green. HEX triplet: 64, 87 and 5B. RGB value is (100,135,91). Sum of RGB (Red+Green+Blue) = 100+135+91=326 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.67% from 326); Green value is 135 (53.12% from 255 or 41.41% from 326); Blue value is 91 (35.94% from 255 or 27.91% from 326); Max value from RGB is 135 - color contains mainly: green. Hex color #64875B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64875B is #9B78A4. Grayscale: #777777. Windows color (decimal): -10188965 or 5998436. OLE color: 5998436.

HSL color Cylindrical-coordinate representation of color #64875B: hue angle of 107.73º degrees, saturation: 0.19, 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 #64875B is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB10013591-
CMYK0.2600.330.47
HSL107.73º19.47%44.31%-
HSV(B)107.73º32.59%52.94%-
XYZ15.8120.7913.08-
YUV119.52111.9114.08-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.67%
GREEN value IS 135 (53.12% from 255) = 41.41%
BLUE value IS 91 (35.94% from 255) = 27.91%
R=30.67%
G=41.41%
B=27.91%

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
Decimal100135910.2600.330.47107.7319.4744.31
Hex64875B1A0212F6c132c
Octal14420713332041571542354
Binary1100100100001111011011110100100001101111110110010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64875B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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