Shades of Hippie Green #6A8761
Tints of Hippie Green #6A8761
RGB
CMYK
RGB Variations
Color information
#6A8761 (or 0x6A8761) is known color: Hippie Green. HEX triplet: 6A, 87 and 61. RGB value is (106,135,97). Sum of RGB (Red+Green+Blue) = 106+135+97=338 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.36% from 338); Green value is 135 (53.12% from 255 or 39.94% from 338); Blue value is 97 (38.28% from 255 or 28.70% from 338); Max value from RGB is 135 - color contains mainly: green. Hex color #6A8761 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8761 is #95789E. Grayscale: #7A7A7A. Windows color (decimal): -9795743 or 6391658. OLE color: 6391658.
HSL color Cylindrical-coordinate representation of color #6A8761: hue angle of 105.79º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6A8761 is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 106 | 135 | 97 | - |
| CMYK | 0.21 | 0 | 0.28 | 0.47 |
| HSL | 105.79º | 0.16% | 0.45% | - |
| HSV(B) | 105.79º | 0.28% | 0.53% | - |
| XYZ | 16.77 | 21.26 | 14.53 | - |
| YUV | 122 | 113.89 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 135 | 97 | 0.21 | 0 | 0.28 | 0.47 | 105.79 | 0.16 | 0.45 |
| Hex | 6A | 87 | 61 | 15 | 0 | 1C | 2F | 6A | 10 | 2D |
| Octal | 152 | 207 | 141 | 25 | 0 | 34 | 57 | 152 | 20 | 55 |
| Binary | 1101010 | 10000111 | 1100001 | 10101 | 0 | 11100 | 101111 | 1101010 | 10000 | 101101 |
Color Harmonies of #6A8761
Complementary color
Monochromatic Colors of #6A8761
Black with #6A8761
Text Example
Text Example
White with #6A8761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8761; }
p { color: rgb(106,135,97); }
H1.HeaderClassName
{
color: #6A8761;
}
.AnyTagClassName
{
color: #6A8761;
}
</style>
background-color css
<style>
a { background-color: #6A8761; }
a { background-color: rgb(106,135,97); }
div.DivClassName
{
background-color: #6A8761;
}
.BgClassName
{
background-color: #6A8761;
}
</style>
border-color css
<style>
span { border-color: #6A8761; }
span { border-color: rgb(106,135,97); }
td.TdClassName
{
border-color: #6A8761;
}
.TagClassName
{
border-color: #6A8761;
}
</style>