Shades of Hippie Green #6AA05A
Tints of Hippie Green #6AA05A
RGB
CMYK
RGB Variations
Color information
#6AA05A (or 0x6AA05A) is known color: Hippie Green. HEX triplet: 6A, A0 and 5A. RGB value is (106,160,90). Sum of RGB (Red+Green+Blue) = 106+160+90=356 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.78% from 356); Green value is 160 (62.89% from 255 or 44.94% from 356); Blue value is 90 (35.55% from 255 or 25.28% from 356); Max value from RGB is 160 - color contains mainly: green. Hex color #6AA05A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AA05A is #955FA5. Grayscale: #888888. Windows color (decimal): -9789350 or 5939306. OLE color: 5939306.
HSL color Cylindrical-coordinate representation of color #6AA05A: hue angle of 106.29º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6AA05A is Cyan = 0.34, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 106 | 160 | 90 | - |
| CMYK | 0.34 | 0 | 0.44 | 0.37 |
| HSL | 106.29º | 0.28% | 0.49% | - |
| HSV(B) | 106.29º | 0.44% | 0.63% | - |
| XYZ | 20.36 | 28.94 | 14.19 | - |
| YUV | 135.87 | 102.11 | 106.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 160 | 90 | 0.34 | 0 | 0.44 | 0.37 | 106.29 | 0.28 | 0.49 |
| Hex | 6A | A0 | 5A | 22 | 0 | 2C | 25 | 6A | 1C | 31 |
| Octal | 152 | 240 | 132 | 42 | 0 | 54 | 45 | 152 | 34 | 61 |
| Binary | 1101010 | 10100000 | 1011010 | 100010 | 0 | 101100 | 100101 | 1101010 | 11100 | 110001 |
Color Harmonies of #6AA05A
Complementary color
Monochromatic Colors of #6AA05A
Black with #6AA05A
Text Example
Text Example
White with #6AA05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA05A; }
p { color: rgb(106,160,90); }
H1.HeaderClassName
{
color: #6AA05A;
}
.AnyTagClassName
{
color: #6AA05A;
}
</style>
background-color css
<style>
a { background-color: #6AA05A; }
a { background-color: rgb(106,160,90); }
div.DivClassName
{
background-color: #6AA05A;
}
.BgClassName
{
background-color: #6AA05A;
}
</style>
border-color css
<style>
span { border-color: #6AA05A; }
span { border-color: rgb(106,160,90); }
td.TdClassName
{
border-color: #6AA05A;
}
.TagClassName
{
border-color: #6AA05A;
}
</style>