Shades of Hippie Green #64875D
Tints of Hippie Green #64875D
RGB
CMYK
RGB Variations
Color information
#64875D (or 0x64875D) is known color: Hippie Green. HEX triplet: 64, 87 and 5D. RGB value is (100,135,93). Sum of RGB (Red+Green+Blue) = 100+135+93=328 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.49% from 328); Green value is 135 (53.12% from 255 or 41.16% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 135 - color contains mainly: green. Hex color #64875D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64875D is #9B78A2. Grayscale: #777777. Windows color (decimal): -10188963 or 6129508. OLE color: 6129508.
HSL color Cylindrical-coordinate representation of color #64875D: hue angle of 110º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #64875D is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 135 | 93 | - |
| CMYK | 0.26 | 0 | 0.31 | 0.47 |
| HSL | 110º | 0.18% | 0.45% | - |
| HSV(B) | 110º | 0.31% | 0.53% | - |
| XYZ | 15.9 | 20.83 | 13.54 | - |
| YUV | 119.75 | 112.9 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 135 | 93 | 0.26 | 0 | 0.31 | 0.47 | 110 | 0.18 | 0.45 |
| Hex | 64 | 87 | 5D | 1A | 0 | 1F | 2F | 6E | 12 | 2D |
| Octal | 144 | 207 | 135 | 32 | 0 | 37 | 57 | 156 | 22 | 55 |
| Binary | 1100100 | 10000111 | 1011101 | 11010 | 0 | 11111 | 101111 | 1101110 | 10010 | 101101 |
Color Harmonies of #64875D
Complementary color
Monochromatic Colors of #64875D
Black with #64875D
Text Example
Text Example
White with #64875D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64875D; }
p { color: rgb(100,135,93); }
H1.HeaderClassName
{
color: #64875D;
}
.AnyTagClassName
{
color: #64875D;
}
</style>
background-color css
<style>
a { background-color: #64875D; }
a { background-color: rgb(100,135,93); }
div.DivClassName
{
background-color: #64875D;
}
.BgClassName
{
background-color: #64875D;
}
</style>
border-color css
<style>
span { border-color: #64875D; }
span { border-color: rgb(100,135,93); }
td.TdClassName
{
border-color: #64875D;
}
.TagClassName
{
border-color: #64875D;
}
</style>