Shades of Hippie Green #6B8D61
Tints of Hippie Green #6B8D61
RGB
CMYK
RGB Variations
Color information
#6B8D61 (or 0x6B8D61) is known color: Hippie Green. HEX triplet: 6B, 8D and 61. RGB value is (107,141,97). Sum of RGB (Red+Green+Blue) = 107+141+97=345 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.01% from 345); Green value is 141 (55.47% from 255 or 40.87% from 345); Blue value is 97 (38.28% from 255 or 28.12% from 345); Max value from RGB is 141 - color contains mainly: green. Hex color #6B8D61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8D61 is #94729E. Grayscale: #7D7D7D. Windows color (decimal): -9728671 or 6393195. OLE color: 6393195.
HSL color Cylindrical-coordinate representation of color #6B8D61: hue angle of 106.36º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B8D61 is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 107 | 141 | 97 | - |
| CMYK | 0.24 | 0 | 0.31 | 0.45 |
| HSL | 106.36º | 0.18% | 0.47% | - |
| HSV(B) | 106.36º | 0.31% | 0.55% | - |
| XYZ | 17.75 | 23.04 | 14.82 | - |
| YUV | 125.82 | 111.74 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 141 | 97 | 0.24 | 0 | 0.31 | 0.45 | 106.36 | 0.18 | 0.47 |
| Hex | 6B | 8D | 61 | 18 | 0 | 1F | 2D | 6A | 12 | 2F |
| Octal | 153 | 215 | 141 | 30 | 0 | 37 | 55 | 152 | 22 | 57 |
| Binary | 1101011 | 10001101 | 1100001 | 11000 | 0 | 11111 | 101101 | 1101010 | 10010 | 101111 |
Color Harmonies of #6B8D61
Complementary color
Monochromatic Colors of #6B8D61
Black with #6B8D61
Text Example
Text Example
White with #6B8D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8D61; }
p { color: rgb(107,141,97); }
H1.HeaderClassName
{
color: #6B8D61;
}
.AnyTagClassName
{
color: #6B8D61;
}
</style>
background-color css
<style>
a { background-color: #6B8D61; }
a { background-color: rgb(107,141,97); }
div.DivClassName
{
background-color: #6B8D61;
}
.BgClassName
{
background-color: #6B8D61;
}
</style>
border-color css
<style>
span { border-color: #6B8D61; }
span { border-color: rgb(107,141,97); }
td.TdClassName
{
border-color: #6B8D61;
}
.TagClassName
{
border-color: #6B8D61;
}
</style>