Shades of Hippie Green #6AA063
Tints of Hippie Green #6AA063
RGB
CMYK
RGB Variations
Color information
#6AA063 (or 0x6AA063) is known color: Hippie Green. HEX triplet: 6A, A0 and 63. RGB value is (106,160,99). Sum of RGB (Red+Green+Blue) = 106+160+99=365 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.04% from 365); Green value is 160 (62.89% from 255 or 43.84% from 365); Blue value is 99 (39.06% from 255 or 27.12% from 365); Max value from RGB is 160 - color contains mainly: green. Hex color #6AA063 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AA063 is #955F9C. Grayscale: #898989. Windows color (decimal): -9789341 or 6529130. OLE color: 6529130.
HSL color Cylindrical-coordinate representation of color #6AA063: hue angle of 113.11º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6AA063 is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 106 | 160 | 99 | - |
| CMYK | 0.34 | 0 | 0.38 | 0.37 |
| HSL | 113.11º | 0.24% | 0.51% | - |
| HSV(B) | 113.11º | 0.38% | 0.63% | - |
| XYZ | 20.77 | 29.11 | 16.33 | - |
| YUV | 136.9 | 106.61 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 160 | 99 | 0.34 | 0 | 0.38 | 0.37 | 113.11 | 0.24 | 0.51 |
| Hex | 6A | A0 | 63 | 22 | 0 | 26 | 25 | 71 | 18 | 33 |
| Octal | 152 | 240 | 143 | 42 | 0 | 46 | 45 | 161 | 30 | 63 |
| Binary | 1101010 | 10100000 | 1100011 | 100010 | 0 | 100110 | 100101 | 1110001 | 11000 | 110011 |
Color Harmonies of #6AA063
Complementary color
Monochromatic Colors of #6AA063
Black with #6AA063
Text Example
Text Example
White with #6AA063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA063; }
p { color: rgb(106,160,99); }
H1.HeaderClassName
{
color: #6AA063;
}
.AnyTagClassName
{
color: #6AA063;
}
</style>
background-color css
<style>
a { background-color: #6AA063; }
a { background-color: rgb(106,160,99); }
div.DivClassName
{
background-color: #6AA063;
}
.BgClassName
{
background-color: #6AA063;
}
</style>
border-color css
<style>
span { border-color: #6AA063; }
span { border-color: rgb(106,160,99); }
td.TdClassName
{
border-color: #6AA063;
}
.TagClassName
{
border-color: #6AA063;
}
</style>