Shades of Hippie Green #6A895D
Tints of Hippie Green #6A895D
RGB
CMYK
RGB Variations
Color information
#6A895D (or 0x6A895D) is known color: Hippie Green. HEX triplet: 6A, 89 and 5D. RGB value is (106,137,93). Sum of RGB (Red+Green+Blue) = 106+137+93=336 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.55% from 336); Green value is 137 (53.91% from 255 or 40.77% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 137 - color contains mainly: green. Hex color #6A895D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A895D is #9576A2. Grayscale: #7A7A7A. Windows color (decimal): -9795235 or 6130026. OLE color: 6130026.
HSL color Cylindrical-coordinate representation of color #6A895D: hue angle of 102.27º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6A895D is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 106 | 137 | 93 | - |
| CMYK | 0.23 | 0 | 0.32 | 0.46 |
| HSL | 102.27º | 0.19% | 0.45% | - |
| HSV(B) | 102.27º | 0.32% | 0.54% | - |
| XYZ | 16.87 | 21.75 | 13.66 | - |
| YUV | 122.72 | 111.23 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 137 | 93 | 0.23 | 0 | 0.32 | 0.46 | 102.27 | 0.19 | 0.45 |
| Hex | 6A | 89 | 5D | 17 | 0 | 20 | 2E | 66 | 13 | 2D |
| Octal | 152 | 211 | 135 | 27 | 0 | 40 | 56 | 146 | 23 | 55 |
| Binary | 1101010 | 10001001 | 1011101 | 10111 | 0 | 100000 | 101110 | 1100110 | 10011 | 101101 |
Color Harmonies of #6A895D
Complementary color
Monochromatic Colors of #6A895D
Black with #6A895D
Text Example
Text Example
White with #6A895D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A895D; }
p { color: rgb(106,137,93); }
H1.HeaderClassName
{
color: #6A895D;
}
.AnyTagClassName
{
color: #6A895D;
}
</style>
background-color css
<style>
a { background-color: #6A895D; }
a { background-color: rgb(106,137,93); }
div.DivClassName
{
background-color: #6A895D;
}
.BgClassName
{
background-color: #6A895D;
}
</style>
border-color css
<style>
span { border-color: #6A895D; }
span { border-color: rgb(106,137,93); }
td.TdClassName
{
border-color: #6A895D;
}
.TagClassName
{
border-color: #6A895D;
}
</style>