Shades of Hippie Green #6D975E
Tints of Hippie Green #6D975E
RGB
CMYK
RGB Variations
Color information
#6D975E (or 0x6D975E) is known color: Hippie Green. HEX triplet: 6D, 97 and 5E. RGB value is (109,151,94). Sum of RGB (Red+Green+Blue) = 109+151+94=354 (46% of max value = 765). Red value is 109 (42.97% from 255 or 30.79% from 354); Green value is 151 (59.38% from 255 or 42.66% from 354); Blue value is 94 (37.11% from 255 or 26.55% from 354); Max value from RGB is 151 - color contains mainly: green. Hex color #6D975E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D975E is #9268A1. Grayscale: #848484. Windows color (decimal): -9595042 or 6199149. OLE color: 6199149.
HSL color Cylindrical-coordinate representation of color #6D975E: hue angle of 104.21º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6D975E is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 109 | 151 | 94 | - |
| CMYK | 0.28 | 0 | 0.38 | 0.41 |
| HSL | 104.21º | 0.23% | 0.48% | - |
| HSV(B) | 104.21º | 0.38% | 0.59% | - |
| XYZ | 19.39 | 26.19 | 14.62 | - |
| YUV | 131.94 | 106.59 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 151 | 94 | 0.28 | 0 | 0.38 | 0.41 | 104.21 | 0.23 | 0.48 |
| Hex | 6D | 97 | 5E | 1C | 0 | 26 | 29 | 68 | 17 | 30 |
| Octal | 155 | 227 | 136 | 34 | 0 | 46 | 51 | 150 | 27 | 60 |
| Binary | 1101101 | 10010111 | 1011110 | 11100 | 0 | 100110 | 101001 | 1101000 | 10111 | 110000 |
Color Harmonies of #6D975E
Complementary color
Monochromatic Colors of #6D975E
Black with #6D975E
Text Example
Text Example
White with #6D975E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D975E; }
p { color: rgb(109,151,94); }
H1.HeaderClassName
{
color: #6D975E;
}
.AnyTagClassName
{
color: #6D975E;
}
</style>
background-color css
<style>
a { background-color: #6D975E; }
a { background-color: rgb(109,151,94); }
div.DivClassName
{
background-color: #6D975E;
}
.BgClassName
{
background-color: #6D975E;
}
</style>
border-color css
<style>
span { border-color: #6D975E; }
span { border-color: rgb(109,151,94); }
td.TdClassName
{
border-color: #6D975E;
}
.TagClassName
{
border-color: #6D975E;
}
</style>