Shades of Hippie Green #6A9456
Tints of Hippie Green #6A9456
RGB
CMYK
RGB Variations
Color information
#6A9456 (or 0x6A9456) is known color: Hippie Green. HEX triplet: 6A, 94 and 56. RGB value is (106,148,86). Sum of RGB (Red+Green+Blue) = 106+148+86=340 (45% of max value = 765). Red value is 106 (41.80% from 255 or 31.18% from 340); Green value is 148 (58.20% from 255 or 43.53% from 340); Blue value is 86 (33.98% from 255 or 25.29% from 340); Max value from RGB is 148 - color contains mainly: green. Hex color #6A9456 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A9456 is #956BA9. Grayscale: #808080. Windows color (decimal): -9792426 or 5674090. OLE color: 5674090.
HSL color Cylindrical-coordinate representation of color #6A9456: hue angle of 100.65º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6A9456 is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 106 | 148 | 86 | - |
| CMYK | 0.28 | 0 | 0.42 | 0.42 |
| HSL | 100.65º | 0.26% | 0.46% | - |
| HSV(B) | 100.65º | 0.42% | 0.58% | - |
| XYZ | 18.21 | 24.92 | 12.65 | - |
| YUV | 128.37 | 104.09 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 148 | 86 | 0.28 | 0 | 0.42 | 0.42 | 100.65 | 0.26 | 0.46 |
| Hex | 6A | 94 | 56 | 1C | 0 | 2A | 2A | 65 | 1A | 2E |
| Octal | 152 | 224 | 126 | 34 | 0 | 52 | 52 | 145 | 32 | 56 |
| Binary | 1101010 | 10010100 | 1010110 | 11100 | 0 | 101010 | 101010 | 1100101 | 11010 | 101110 |
Color Harmonies of #6A9456
Complementary color
Monochromatic Colors of #6A9456
Black with #6A9456
Text Example
Text Example
White with #6A9456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9456; }
p { color: rgb(106,148,86); }
H1.HeaderClassName
{
color: #6A9456;
}
.AnyTagClassName
{
color: #6A9456;
}
</style>
background-color css
<style>
a { background-color: #6A9456; }
a { background-color: rgb(106,148,86); }
div.DivClassName
{
background-color: #6A9456;
}
.BgClassName
{
background-color: #6A9456;
}
</style>
border-color css
<style>
span { border-color: #6A9456; }
span { border-color: rgb(106,148,86); }
td.TdClassName
{
border-color: #6A9456;
}
.TagClassName
{
border-color: #6A9456;
}
</style>