Shades of Hippie Green #6A9655
Tints of Hippie Green #6A9655
RGB
CMYK
RGB Variations
Color information
#6A9655 (or 0x6A9655) is known color: Hippie Green. HEX triplet: 6A, 96 and 55. RGB value is (106,150,85). Sum of RGB (Red+Green+Blue) = 106+150+85=341 (45% of max value = 765). Red value is 106 (41.80% from 255 or 31.09% from 341); Green value is 150 (58.98% from 255 or 43.99% from 341); Blue value is 85 (33.59% from 255 or 24.93% from 341); Max value from RGB is 150 - color contains mainly: green. Hex color #6A9655 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A9655 is #9569AA. Grayscale: #818181. Windows color (decimal): -9791915 or 5609066. OLE color: 5609066.
HSL color Cylindrical-coordinate representation of color #6A9655: hue angle of 100.62º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6A9655 is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 106 | 150 | 85 | - |
| CMYK | 0.29 | 0 | 0.43 | 0.41 |
| HSL | 100.62º | 0.28% | 0.46% | - |
| HSV(B) | 100.62º | 0.43% | 0.59% | - |
| XYZ | 18.49 | 25.53 | 12.55 | - |
| YUV | 129.43 | 102.92 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 150 | 85 | 0.29 | 0 | 0.43 | 0.41 | 100.62 | 0.28 | 0.46 |
| Hex | 6A | 96 | 55 | 1D | 0 | 2B | 29 | 65 | 1C | 2E |
| Octal | 152 | 226 | 125 | 35 | 0 | 53 | 51 | 145 | 34 | 56 |
| Binary | 1101010 | 10010110 | 1010101 | 11101 | 0 | 101011 | 101001 | 1100101 | 11100 | 101110 |
Color Harmonies of #6A9655
Complementary color
Monochromatic Colors of #6A9655
Black with #6A9655
Text Example
Text Example
White with #6A9655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9655; }
p { color: rgb(106,150,85); }
H1.HeaderClassName
{
color: #6A9655;
}
.AnyTagClassName
{
color: #6A9655;
}
</style>
background-color css
<style>
a { background-color: #6A9655; }
a { background-color: rgb(106,150,85); }
div.DivClassName
{
background-color: #6A9655;
}
.BgClassName
{
background-color: #6A9655;
}
</style>
border-color css
<style>
span { border-color: #6A9655; }
span { border-color: rgb(106,150,85); }
td.TdClassName
{
border-color: #6A9655;
}
.TagClassName
{
border-color: #6A9655;
}
</style>