Shades of Hippie Green #6A9A63
Tints of Hippie Green #6A9A63
RGB
CMYK
RGB Variations
Color information
#6A9A63 (or 0x6A9A63) is known color: Hippie Green. HEX triplet: 6A, 9A and 63. RGB value is (106,154,99). Sum of RGB (Red+Green+Blue) = 106+154+99=359 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.53% from 359); Green value is 154 (60.55% from 255 or 42.90% from 359); Blue value is 99 (39.06% from 255 or 27.58% from 359); Max value from RGB is 154 - color contains mainly: green. Hex color #6A9A63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A9A63 is #95659C. Grayscale: #858585. Windows color (decimal): -9790877 or 6527594. OLE color: 6527594.
HSL color Cylindrical-coordinate representation of color #6A9A63: hue angle of 112.36º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6A9A63 is Cyan = 0.31, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 106 | 154 | 99 | - |
| CMYK | 0.31 | 0 | 0.36 | 0.40 |
| HSL | 112.36º | 0.22% | 0.5% | - |
| HSV(B) | 112.36º | 0.36% | 0.6% | - |
| XYZ | 19.75 | 27.08 | 15.99 | - |
| YUV | 133.38 | 108.6 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 154 | 99 | 0.31 | 0 | 0.36 | 0.40 | 112.36 | 0.22 | 0.5 |
| Hex | 6A | 9A | 63 | 1F | 0 | 24 | 28 | 70 | 16 | 32 |
| Octal | 152 | 232 | 143 | 37 | 0 | 44 | 50 | 160 | 26 | 62 |
| Binary | 1101010 | 10011010 | 1100011 | 11111 | 0 | 100100 | 101000 | 1110000 | 10110 | 110010 |
Color Harmonies of #6A9A63
Complementary color
Monochromatic Colors of #6A9A63
Black with #6A9A63
Text Example
Text Example
White with #6A9A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9A63; }
p { color: rgb(106,154,99); }
H1.HeaderClassName
{
color: #6A9A63;
}
.AnyTagClassName
{
color: #6A9A63;
}
</style>
background-color css
<style>
a { background-color: #6A9A63; }
a { background-color: rgb(106,154,99); }
div.DivClassName
{
background-color: #6A9A63;
}
.BgClassName
{
background-color: #6A9A63;
}
</style>
border-color css
<style>
span { border-color: #6A9A63; }
span { border-color: rgb(106,154,99); }
td.TdClassName
{
border-color: #6A9A63;
}
.TagClassName
{
border-color: #6A9A63;
}
</style>