Shades of Hippie Green #6A8563
Tints of Hippie Green #6A8563
RGB
CMYK
RGB Variations
Color information
#6A8563 (or 0x6A8563) is known color: Hippie Green. HEX triplet: 6A, 85 and 63. RGB value is (106,133,99). Sum of RGB (Red+Green+Blue) = 106+133+99=338 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.36% from 338); Green value is 133 (52.34% from 255 or 39.35% from 338); Blue value is 99 (39.06% from 255 or 29.29% from 338); Max value from RGB is 133 - color contains mainly: green. Hex color #6A8563 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8563 is #957A9C. Grayscale: #797979. Windows color (decimal): -9796253 or 6522218. OLE color: 6522218.
HSL color Cylindrical-coordinate representation of color #6A8563: hue angle of 107.65º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6A8563 is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 106 | 133 | 99 | - |
| CMYK | 0.20 | 0 | 0.26 | 0.48 |
| HSL | 107.65º | 0.15% | 0.45% | - |
| HSV(B) | 107.65º | 0.26% | 0.52% | - |
| XYZ | 16.58 | 20.74 | 14.93 | - |
| YUV | 121.05 | 115.55 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 133 | 99 | 0.20 | 0 | 0.26 | 0.48 | 107.65 | 0.15 | 0.45 |
| Hex | 6A | 85 | 63 | 14 | 0 | 1A | 30 | 6C | F | 2D |
| Octal | 152 | 205 | 143 | 24 | 0 | 32 | 60 | 154 | 17 | 55 |
| Binary | 1101010 | 10000101 | 1100011 | 10100 | 0 | 11010 | 110000 | 1101100 | 1111 | 101101 |
Color Harmonies of #6A8563
Complementary color
Monochromatic Colors of #6A8563
Black with #6A8563
Text Example
Text Example
White with #6A8563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8563; }
p { color: rgb(106,133,99); }
H1.HeaderClassName
{
color: #6A8563;
}
.AnyTagClassName
{
color: #6A8563;
}
</style>
background-color css
<style>
a { background-color: #6A8563; }
a { background-color: rgb(106,133,99); }
div.DivClassName
{
background-color: #6A8563;
}
.BgClassName
{
background-color: #6A8563;
}
</style>
border-color css
<style>
span { border-color: #6A8563; }
span { border-color: rgb(106,133,99); }
td.TdClassName
{
border-color: #6A8563;
}
.TagClassName
{
border-color: #6A8563;
}
</style>