Shades of Hippie Green #6A8662
Tints of Hippie Green #6A8662
RGB
CMYK
RGB Variations
Color information
#6A8662 (or 0x6A8662) is known color: Hippie Green. HEX triplet: 6A, 86 and 62. RGB value is (106,134,98). Sum of RGB (Red+Green+Blue) = 106+134+98=338 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.36% from 338); Green value is 134 (52.73% from 255 or 39.64% from 338); Blue value is 98 (38.67% from 255 or 28.99% from 338); Max value from RGB is 134 - color contains mainly: green. Hex color #6A8662 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8662 is #95799D. Grayscale: #797979. Windows color (decimal): -9795998 or 6456938. OLE color: 6456938.
HSL color Cylindrical-coordinate representation of color #6A8662: hue angle of 106.67º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6A8662 is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 106 | 134 | 98 | - |
| CMYK | 0.21 | 0 | 0.27 | 0.47 |
| HSL | 106.67º | 0.16% | 0.45% | - |
| HSV(B) | 106.67º | 0.27% | 0.53% | - |
| XYZ | 16.67 | 21 | 14.73 | - |
| YUV | 121.52 | 114.72 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 134 | 98 | 0.21 | 0 | 0.27 | 0.47 | 106.67 | 0.16 | 0.45 |
| Hex | 6A | 86 | 62 | 15 | 0 | 1B | 2F | 6B | 10 | 2D |
| Octal | 152 | 206 | 142 | 25 | 0 | 33 | 57 | 153 | 20 | 55 |
| Binary | 1101010 | 10000110 | 1100010 | 10101 | 0 | 11011 | 101111 | 1101011 | 10000 | 101101 |
Color Harmonies of #6A8662
Complementary color
Monochromatic Colors of #6A8662
Black with #6A8662
Text Example
Text Example
White with #6A8662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8662; }
p { color: rgb(106,134,98); }
H1.HeaderClassName
{
color: #6A8662;
}
.AnyTagClassName
{
color: #6A8662;
}
</style>
background-color css
<style>
a { background-color: #6A8662; }
a { background-color: rgb(106,134,98); }
div.DivClassName
{
background-color: #6A8662;
}
.BgClassName
{
background-color: #6A8662;
}
</style>
border-color css
<style>
span { border-color: #6A8662; }
span { border-color: rgb(106,134,98); }
td.TdClassName
{
border-color: #6A8662;
}
.TagClassName
{
border-color: #6A8662;
}
</style>