Shades of Hippie Green #6A8564
Tints of Hippie Green #6A8564
RGB
CMYK
RGB Variations
Color information
#6A8564 (or 0x6A8564) is known color: Hippie Green. HEX triplet: 6A, 85 and 64. RGB value is (106,133,100). Sum of RGB (Red+Green+Blue) = 106+133+100=339 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.27% from 339); Green value is 133 (52.34% from 255 or 39.23% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 133 - color contains mainly: green. Hex color #6A8564 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8564 is #957A9B. Grayscale: #797979. Windows color (decimal): -9796252 or 6587754. OLE color: 6587754.
HSL color Cylindrical-coordinate representation of color #6A8564: hue angle of 109.09º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6A8564 is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 106 | 133 | 100 | - |
| CMYK | 0.20 | 0 | 0.25 | 0.48 |
| HSL | 109.09º | 0.14% | 0.46% | - |
| HSV(B) | 109.09º | 0.25% | 0.52% | - |
| XYZ | 16.63 | 20.76 | 15.19 | - |
| YUV | 121.17 | 116.05 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 133 | 100 | 0.20 | 0 | 0.25 | 0.48 | 109.09 | 0.14 | 0.46 |
| Hex | 6A | 85 | 64 | 14 | 0 | 19 | 30 | 6D | E | 2E |
| Octal | 152 | 205 | 144 | 24 | 0 | 31 | 60 | 155 | 16 | 56 |
| Binary | 1101010 | 10000101 | 1100100 | 10100 | 0 | 11001 | 110000 | 1101101 | 1110 | 101110 |
Color Harmonies of #6A8564
Complementary color
Monochromatic Colors of #6A8564
Black with #6A8564
Text Example
Text Example
White with #6A8564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8564; }
p { color: rgb(106,133,100); }
H1.HeaderClassName
{
color: #6A8564;
}
.AnyTagClassName
{
color: #6A8564;
}
</style>
background-color css
<style>
a { background-color: #6A8564; }
a { background-color: rgb(106,133,100); }
div.DivClassName
{
background-color: #6A8564;
}
.BgClassName
{
background-color: #6A8564;
}
</style>
border-color css
<style>
span { border-color: #6A8564; }
span { border-color: rgb(106,133,100); }
td.TdClassName
{
border-color: #6A8564;
}
.TagClassName
{
border-color: #6A8564;
}
</style>