Shades of Hippie Green #6A8668
Tints of Hippie Green #6A8668
RGB
CMYK
RGB Variations
Color information
#6A8668 (or 0x6A8668) is known color: Hippie Green. HEX triplet: 6A, 86 and 68. RGB value is (106,134,104). Sum of RGB (Red+Green+Blue) = 106+134+104=344 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.81% from 344); Green value is 134 (52.73% from 255 or 38.95% from 344); Blue value is 104 (41.02% from 255 or 30.23% from 344); Max value from RGB is 134 - color contains mainly: green. Hex color #6A8668 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8668 is #957997. Grayscale: #7A7A7A. Windows color (decimal): -9795992 or 6850154. OLE color: 6850154.
HSL color Cylindrical-coordinate representation of color #6A8668: hue angle of 116º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6A8668 is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 106 | 134 | 104 | - |
| CMYK | 0.21 | 0 | 0.22 | 0.47 |
| HSL | 116º | 0.13% | 0.47% | - |
| HSV(B) | 116º | 0.22% | 0.53% | - |
| XYZ | 16.97 | 21.11 | 16.28 | - |
| YUV | 122.21 | 117.72 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 134 | 104 | 0.21 | 0 | 0.22 | 0.47 | 116 | 0.13 | 0.47 |
| Hex | 6A | 86 | 68 | 15 | 0 | 16 | 2F | 74 | D | 2F |
| Octal | 152 | 206 | 150 | 25 | 0 | 26 | 57 | 164 | 15 | 57 |
| Binary | 1101010 | 10000110 | 1101000 | 10101 | 0 | 10110 | 101111 | 1110100 | 1101 | 101111 |
Color Harmonies of #6A8668
Complementary color
Monochromatic Colors of #6A8668
Black with #6A8668
Text Example
Text Example
White with #6A8668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8668; }
p { color: rgb(106,134,104); }
H1.HeaderClassName
{
color: #6A8668;
}
.AnyTagClassName
{
color: #6A8668;
}
</style>
background-color css
<style>
a { background-color: #6A8668; }
a { background-color: rgb(106,134,104); }
div.DivClassName
{
background-color: #6A8668;
}
.BgClassName
{
background-color: #6A8668;
}
</style>
border-color css
<style>
span { border-color: #6A8668; }
span { border-color: rgb(106,134,104); }
td.TdClassName
{
border-color: #6A8668;
}
.TagClassName
{
border-color: #6A8668;
}
</style>