Shades of Hippie Green #6A8C61
Tints of Hippie Green #6A8C61
RGB
CMYK
RGB Variations
Color information
#6A8C61 (or 0x6A8C61) is known color: Hippie Green. HEX triplet: 6A, 8C and 61. RGB value is (106,140,97). Sum of RGB (Red+Green+Blue) = 106+140+97=343 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.90% from 343); Green value is 140 (55.08% from 255 or 40.82% from 343); Blue value is 97 (38.28% from 255 or 28.28% from 343); Max value from RGB is 140 - color contains mainly: green. Hex color #6A8C61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8C61 is #95739E. Grayscale: #7D7D7D. Windows color (decimal): -9794463 or 6392938. OLE color: 6392938.
HSL color Cylindrical-coordinate representation of color #6A8C61: hue angle of 107.44º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6A8C61 is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 106 | 140 | 97 | - |
| CMYK | 0.24 | 0 | 0.31 | 0.45 |
| HSL | 107.44º | 0.18% | 0.46% | - |
| HSV(B) | 107.44º | 0.31% | 0.55% | - |
| XYZ | 17.48 | 22.68 | 14.77 | - |
| YUV | 124.93 | 112.24 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 140 | 97 | 0.24 | 0 | 0.31 | 0.45 | 107.44 | 0.18 | 0.46 |
| Hex | 6A | 8C | 61 | 18 | 0 | 1F | 2D | 6B | 12 | 2E |
| Octal | 152 | 214 | 141 | 30 | 0 | 37 | 55 | 153 | 22 | 56 |
| Binary | 1101010 | 10001100 | 1100001 | 11000 | 0 | 11111 | 101101 | 1101011 | 10010 | 101110 |
Color Harmonies of #6A8C61
Complementary color
Monochromatic Colors of #6A8C61
Black with #6A8C61
Text Example
Text Example
White with #6A8C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8C61; }
p { color: rgb(106,140,97); }
H1.HeaderClassName
{
color: #6A8C61;
}
.AnyTagClassName
{
color: #6A8C61;
}
</style>
background-color css
<style>
a { background-color: #6A8C61; }
a { background-color: rgb(106,140,97); }
div.DivClassName
{
background-color: #6A8C61;
}
.BgClassName
{
background-color: #6A8C61;
}
</style>
border-color css
<style>
span { border-color: #6A8C61; }
span { border-color: rgb(106,140,97); }
td.TdClassName
{
border-color: #6A8C61;
}
.TagClassName
{
border-color: #6A8C61;
}
</style>