Shades of Hippie Green #6AA45E
Tints of Hippie Green #6AA45E
RGB
CMYK
RGB Variations
Color information
#6AA45E (or 0x6AA45E) is known color: Hippie Green. HEX triplet: 6A, A4 and 5E. RGB value is (106,164,94). Sum of RGB (Red+Green+Blue) = 106+164+94=364 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.12% from 364); Green value is 164 (64.45% from 255 or 45.05% from 364); Blue value is 94 (37.11% from 255 or 25.82% from 364); Max value from RGB is 164 - color contains mainly: green. Hex color #6AA45E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AA45E is #955BA1. Grayscale: #8A8A8A. Windows color (decimal): -9788322 or 6202474. OLE color: 6202474.
HSL color Cylindrical-coordinate representation of color #6AA45E: hue angle of 109.71º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6AA45E is Cyan = 0.35, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 106 | 164 | 94 | - |
| CMYK | 0.35 | 0 | 0.43 | 0.36 |
| HSL | 109.71º | 0.28% | 0.51% | - |
| HSV(B) | 109.71º | 0.43% | 0.64% | - |
| XYZ | 21.24 | 30.42 | 15.34 | - |
| YUV | 138.68 | 102.78 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 164 | 94 | 0.35 | 0 | 0.43 | 0.36 | 109.71 | 0.28 | 0.51 |
| Hex | 6A | A4 | 5E | 23 | 0 | 2B | 24 | 6E | 1C | 33 |
| Octal | 152 | 244 | 136 | 43 | 0 | 53 | 44 | 156 | 34 | 63 |
| Binary | 1101010 | 10100100 | 1011110 | 100011 | 0 | 101011 | 100100 | 1101110 | 11100 | 110011 |
Color Harmonies of #6AA45E
Complementary color
Monochromatic Colors of #6AA45E
Black with #6AA45E
Text Example
Text Example
White with #6AA45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA45E; }
p { color: rgb(106,164,94); }
H1.HeaderClassName
{
color: #6AA45E;
}
.AnyTagClassName
{
color: #6AA45E;
}
</style>
background-color css
<style>
a { background-color: #6AA45E; }
a { background-color: rgb(106,164,94); }
div.DivClassName
{
background-color: #6AA45E;
}
.BgClassName
{
background-color: #6AA45E;
}
</style>
border-color css
<style>
span { border-color: #6AA45E; }
span { border-color: rgb(106,164,94); }
td.TdClassName
{
border-color: #6AA45E;
}
.TagClassName
{
border-color: #6AA45E;
}
</style>