Shades of Hippie Green #6A9363
Tints of Hippie Green #6A9363
RGB
CMYK
RGB Variations
Color information
#6A9363 (or 0x6A9363) is known color: Hippie Green. HEX triplet: 6A, 93 and 63. RGB value is (106,147,99). Sum of RGB (Red+Green+Blue) = 106+147+99=352 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.11% from 352); Green value is 147 (57.81% from 255 or 41.76% from 352); Blue value is 99 (39.06% from 255 or 28.12% from 352); Max value from RGB is 147 - color contains mainly: green. Hex color #6A9363 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A9363 is #956C9C. Grayscale: #818181. Windows color (decimal): -9792669 or 6525802. OLE color: 6525802.
HSL color Cylindrical-coordinate representation of color #6A9363: hue angle of 111.25º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6A9363 is Cyan = 0.28, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 106 | 147 | 99 | - |
| CMYK | 0.28 | 0 | 0.33 | 0.42 |
| HSL | 111.25º | 0.2% | 0.48% | - |
| HSV(B) | 111.25º | 0.33% | 0.58% | - |
| XYZ | 18.63 | 24.83 | 15.62 | - |
| YUV | 129.27 | 110.92 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 147 | 99 | 0.28 | 0 | 0.33 | 0.42 | 111.25 | 0.2 | 0.48 |
| Hex | 6A | 93 | 63 | 1C | 0 | 21 | 2A | 6F | 14 | 30 |
| Octal | 152 | 223 | 143 | 34 | 0 | 41 | 52 | 157 | 24 | 60 |
| Binary | 1101010 | 10010011 | 1100011 | 11100 | 0 | 100001 | 101010 | 1101111 | 10100 | 110000 |
Color Harmonies of #6A9363
Complementary color
Monochromatic Colors of #6A9363
Black with #6A9363
Text Example
Text Example
White with #6A9363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9363; }
p { color: rgb(106,147,99); }
H1.HeaderClassName
{
color: #6A9363;
}
.AnyTagClassName
{
color: #6A9363;
}
</style>
background-color css
<style>
a { background-color: #6A9363; }
a { background-color: rgb(106,147,99); }
div.DivClassName
{
background-color: #6A9363;
}
.BgClassName
{
background-color: #6A9363;
}
</style>
border-color css
<style>
span { border-color: #6A9363; }
span { border-color: rgb(106,147,99); }
td.TdClassName
{
border-color: #6A9363;
}
.TagClassName
{
border-color: #6A9363;
}
</style>