Shades of Hippie Green #6A7E68
Tints of Hippie Green #6A7E68
RGB
CMYK
RGB Variations
Color information
#6A7E68 (or 0x6A7E68) is known color: Hippie Green. HEX triplet: 6A, 7E and 68. RGB value is (106,126,104). Sum of RGB (Red+Green+Blue) = 106+126+104=336 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.55% from 336); Green value is 126 (49.61% from 255 or 37.5% from 336); Blue value is 104 (41.02% from 255 or 30.95% from 336); Max value from RGB is 126 - color contains mainly: green. Hex color #6A7E68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7E68 is #958197. Grayscale: #757575. Windows color (decimal): -9798040 or 6848106. OLE color: 6848106.
HSL color Cylindrical-coordinate representation of color #6A7E68: hue angle of 114.55º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6A7E68 is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 106 | 126 | 104 | - |
| CMYK | 0.16 | 0 | 0.17 | 0.51 |
| HSL | 114.55º | 0.1% | 0.45% | - |
| HSV(B) | 114.55º | 0.17% | 0.49% | - |
| XYZ | 15.9 | 18.99 | 15.92 | - |
| YUV | 117.51 | 120.37 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 126 | 104 | 0.16 | 0 | 0.17 | 0.51 | 114.55 | 0.1 | 0.45 |
| Hex | 6A | 7E | 68 | 10 | 0 | 11 | 33 | 73 | A | 2D |
| Octal | 152 | 176 | 150 | 20 | 0 | 21 | 63 | 163 | 12 | 55 |
| Binary | 1101010 | 1111110 | 1101000 | 10000 | 0 | 10001 | 110011 | 1110011 | 1010 | 101101 |
Color Harmonies of #6A7E68
Complementary color
Monochromatic Colors of #6A7E68
Black with #6A7E68
Text Example
Text Example
White with #6A7E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7E68; }
p { color: rgb(106,126,104); }
H1.HeaderClassName
{
color: #6A7E68;
}
.AnyTagClassName
{
color: #6A7E68;
}
</style>
background-color css
<style>
a { background-color: #6A7E68; }
a { background-color: rgb(106,126,104); }
div.DivClassName
{
background-color: #6A7E68;
}
.BgClassName
{
background-color: #6A7E68;
}
</style>
border-color css
<style>
span { border-color: #6A7E68; }
span { border-color: rgb(106,126,104); }
td.TdClassName
{
border-color: #6A7E68;
}
.TagClassName
{
border-color: #6A7E68;
}
</style>