Shades of Hippie Green #6AA060
Tints of Hippie Green #6AA060
RGB
CMYK
RGB Variations
Color information
#6AA060 (or 0x6AA060) is known color: Hippie Green. HEX triplet: 6A, A0 and 60. RGB value is (106,160,96). Sum of RGB (Red+Green+Blue) = 106+160+96=362 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.28% from 362); Green value is 160 (62.89% from 255 or 44.20% from 362); Blue value is 96 (37.89% from 255 or 26.52% from 362); Max value from RGB is 160 - color contains mainly: green. Hex color #6AA060 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AA060 is #955F9F. Grayscale: #888888. Windows color (decimal): -9789344 or 6332522. OLE color: 6332522.
HSL color Cylindrical-coordinate representation of color #6AA060: hue angle of 110.62º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6AA060 is Cyan = 0.34, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 106 | 160 | 96 | - |
| CMYK | 0.34 | 0 | 0.4 | 0.37 |
| HSL | 110.63º | 0.25% | 0.5% | - |
| HSV(B) | 110.63º | 0.4% | 0.63% | - |
| XYZ | 20.63 | 29.05 | 15.59 | - |
| YUV | 136.56 | 105.11 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 160 | 96 | 0.34 | 0 | 0.4 | 0.37 | 110.63 | 0.25 | 0.5 |
| Hex | 6A | A0 | 60 | 22 | 0 | 28 | 25 | 6F | 19 | 32 |
| Octal | 152 | 240 | 140 | 42 | 0 | 50 | 45 | 157 | 31 | 62 |
| Binary | 1101010 | 10100000 | 1100000 | 100010 | 0 | 101000 | 100101 | 1101111 | 11001 | 110010 |
Color Harmonies of #6AA060
Complementary color
Monochromatic Colors of #6AA060
Black with #6AA060
Text Example
Text Example
White with #6AA060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA060; }
p { color: rgb(106,160,96); }
H1.HeaderClassName
{
color: #6AA060;
}
.AnyTagClassName
{
color: #6AA060;
}
</style>
background-color css
<style>
a { background-color: #6AA060; }
a { background-color: rgb(106,160,96); }
div.DivClassName
{
background-color: #6AA060;
}
.BgClassName
{
background-color: #6AA060;
}
</style>
border-color css
<style>
span { border-color: #6AA060; }
span { border-color: rgb(106,160,96); }
td.TdClassName
{
border-color: #6AA060;
}
.TagClassName
{
border-color: #6AA060;
}
</style>