Shades of Hippie Green #6A9960
Tints of Hippie Green #6A9960
RGB
CMYK
RGB Variations
Color information
#6A9960 (or 0x6A9960) is known color: Hippie Green. HEX triplet: 6A, 99 and 60. RGB value is (106,153,96). Sum of RGB (Red+Green+Blue) = 106+153+96=355 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.86% from 355); Green value is 153 (60.16% from 255 or 43.10% from 355); Blue value is 96 (37.89% from 255 or 27.04% from 355); Max value from RGB is 153 - color contains mainly: green. Hex color #6A9960 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A9960 is #95669F. Grayscale: #848484. Windows color (decimal): -9791136 or 6330730. OLE color: 6330730.
HSL color Cylindrical-coordinate representation of color #6A9960: hue angle of 109.47º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6A9960 is Cyan = 0.31, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 106 | 153 | 96 | - |
| CMYK | 0.31 | 0 | 0.37 | 0.4 |
| HSL | 109.47º | 0.23% | 0.49% | - |
| HSV(B) | 109.47º | 0.37% | 0.6% | - |
| XYZ | 19.45 | 26.69 | 15.19 | - |
| YUV | 132.45 | 107.43 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 153 | 96 | 0.31 | 0 | 0.37 | 0.4 | 109.47 | 0.23 | 0.49 |
| Hex | 6A | 99 | 60 | 1F | 0 | 25 | 28 | 6D | 17 | 31 |
| Octal | 152 | 231 | 140 | 37 | 0 | 45 | 50 | 155 | 27 | 61 |
| Binary | 1101010 | 10011001 | 1100000 | 11111 | 0 | 100101 | 101000 | 1101101 | 10111 | 110001 |
Color Harmonies of #6A9960
Complementary color
Monochromatic Colors of #6A9960
Black with #6A9960
Text Example
Text Example
White with #6A9960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9960; }
p { color: rgb(106,153,96); }
H1.HeaderClassName
{
color: #6A9960;
}
.AnyTagClassName
{
color: #6A9960;
}
</style>
background-color css
<style>
a { background-color: #6A9960; }
a { background-color: rgb(106,153,96); }
div.DivClassName
{
background-color: #6A9960;
}
.BgClassName
{
background-color: #6A9960;
}
</style>
border-color css
<style>
span { border-color: #6A9960; }
span { border-color: rgb(106,153,96); }
td.TdClassName
{
border-color: #6A9960;
}
.TagClassName
{
border-color: #6A9960;
}
</style>