Shades of Hippie Green #6B975D
Tints of Hippie Green #6B975D
RGB
CMYK
RGB Variations
Color information
#6B975D (or 0x6B975D) is known color: Hippie Green. HEX triplet: 6B, 97 and 5D. RGB value is (107,151,93). Sum of RGB (Red+Green+Blue) = 107+151+93=351 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.48% from 351); Green value is 151 (59.38% from 255 or 43.02% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 151 - color contains mainly: green. Hex color #6B975D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B975D is #9468A2. Grayscale: #838383. Windows color (decimal): -9726115 or 6133611. OLE color: 6133611.
HSL color Cylindrical-coordinate representation of color #6B975D: hue angle of 105.52º degrees, saturation: 0.24, 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 #6B975D is Cyan = 0.29, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 107 | 151 | 93 | - |
| CMYK | 0.29 | 0 | 0.38 | 0.41 |
| HSL | 105.52º | 0.24% | 0.48% | - |
| HSV(B) | 105.52º | 0.38% | 0.59% | - |
| XYZ | 19.11 | 26.05 | 14.38 | - |
| YUV | 131.23 | 106.42 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 151 | 93 | 0.29 | 0 | 0.38 | 0.41 | 105.52 | 0.24 | 0.48 |
| Hex | 6B | 97 | 5D | 1D | 0 | 26 | 29 | 6A | 18 | 30 |
| Octal | 153 | 227 | 135 | 35 | 0 | 46 | 51 | 152 | 30 | 60 |
| Binary | 1101011 | 10010111 | 1011101 | 11101 | 0 | 100110 | 101001 | 1101010 | 11000 | 110000 |
Color Harmonies of #6B975D
Complementary color
Monochromatic Colors of #6B975D
Black with #6B975D
Text Example
Text Example
White with #6B975D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B975D; }
p { color: rgb(107,151,93); }
H1.HeaderClassName
{
color: #6B975D;
}
.AnyTagClassName
{
color: #6B975D;
}
</style>
background-color css
<style>
a { background-color: #6B975D; }
a { background-color: rgb(107,151,93); }
div.DivClassName
{
background-color: #6B975D;
}
.BgClassName
{
background-color: #6B975D;
}
</style>
border-color css
<style>
span { border-color: #6B975D; }
span { border-color: rgb(107,151,93); }
td.TdClassName
{
border-color: #6B975D;
}
.TagClassName
{
border-color: #6B975D;
}
</style>