Shades of Hippie Green #6A8762
Tints of Hippie Green #6A8762
RGB
CMYK
RGB Variations
Color information
#6A8762 (or 0x6A8762) is known color: Hippie Green. HEX triplet: 6A, 87 and 62. RGB value is (106,135,98). Sum of RGB (Red+Green+Blue) = 106+135+98=339 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.27% from 339); Green value is 135 (53.12% from 255 or 39.82% from 339); Blue value is 98 (38.67% from 255 or 28.91% from 339); Max value from RGB is 135 - color contains mainly: green. Hex color #6A8762 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8762 is #95789D. Grayscale: #7A7A7A. Windows color (decimal): -9795742 or 6457194. OLE color: 6457194.
HSL color Cylindrical-coordinate representation of color #6A8762: hue angle of 107.03º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6A8762 is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 106 | 135 | 98 | - |
| CMYK | 0.21 | 0 | 0.27 | 0.47 |
| HSL | 107.03º | 0.16% | 0.46% | - |
| HSV(B) | 107.03º | 0.27% | 0.53% | - |
| XYZ | 16.81 | 21.27 | 14.78 | - |
| YUV | 122.11 | 114.39 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 135 | 98 | 0.21 | 0 | 0.27 | 0.47 | 107.03 | 0.16 | 0.46 |
| Hex | 6A | 87 | 62 | 15 | 0 | 1B | 2F | 6B | 10 | 2E |
| Octal | 152 | 207 | 142 | 25 | 0 | 33 | 57 | 153 | 20 | 56 |
| Binary | 1101010 | 10000111 | 1100010 | 10101 | 0 | 11011 | 101111 | 1101011 | 10000 | 101110 |
Color Harmonies of #6A8762
Complementary color
Monochromatic Colors of #6A8762
Black with #6A8762
Text Example
Text Example
White with #6A8762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8762; }
p { color: rgb(106,135,98); }
H1.HeaderClassName
{
color: #6A8762;
}
.AnyTagClassName
{
color: #6A8762;
}
</style>
background-color css
<style>
a { background-color: #6A8762; }
a { background-color: rgb(106,135,98); }
div.DivClassName
{
background-color: #6A8762;
}
.BgClassName
{
background-color: #6A8762;
}
</style>
border-color css
<style>
span { border-color: #6A8762; }
span { border-color: rgb(106,135,98); }
td.TdClassName
{
border-color: #6A8762;
}
.TagClassName
{
border-color: #6A8762;
}
</style>