Shades of Hippie Green #6B8B61
Tints of Hippie Green #6B8B61
RGB
CMYK
RGB Variations
Color information
#6B8B61 (or 0x6B8B61) is known color: Hippie Green. HEX triplet: 6B, 8B and 61. RGB value is (107,139,97). Sum of RGB (Red+Green+Blue) = 107+139+97=343 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.20% from 343); Green value is 139 (54.69% from 255 or 40.52% from 343); Blue value is 97 (38.28% from 255 or 28.28% from 343); Max value from RGB is 139 - color contains mainly: green. Hex color #6B8B61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8B61 is #94749E. Grayscale: #7C7C7C. Windows color (decimal): -9729183 or 6392683. OLE color: 6392683.
HSL color Cylindrical-coordinate representation of color #6B8B61: hue angle of 105.71º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6B8B61 is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 107 | 139 | 97 | - |
| CMYK | 0.23 | 0 | 0.30 | 0.45 |
| HSL | 105.71º | 0.18% | 0.46% | - |
| HSV(B) | 105.71º | 0.3% | 0.55% | - |
| XYZ | 17.45 | 22.45 | 14.72 | - |
| YUV | 124.64 | 112.4 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 139 | 97 | 0.23 | 0 | 0.30 | 0.45 | 105.71 | 0.18 | 0.46 |
| Hex | 6B | 8B | 61 | 17 | 0 | 1E | 2D | 6A | 12 | 2E |
| Octal | 153 | 213 | 141 | 27 | 0 | 36 | 55 | 152 | 22 | 56 |
| Binary | 1101011 | 10001011 | 1100001 | 10111 | 0 | 11110 | 101101 | 1101010 | 10010 | 101110 |
Color Harmonies of #6B8B61
Complementary color
Monochromatic Colors of #6B8B61
Black with #6B8B61
Text Example
Text Example
White with #6B8B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8B61; }
p { color: rgb(107,139,97); }
H1.HeaderClassName
{
color: #6B8B61;
}
.AnyTagClassName
{
color: #6B8B61;
}
</style>
background-color css
<style>
a { background-color: #6B8B61; }
a { background-color: rgb(107,139,97); }
div.DivClassName
{
background-color: #6B8B61;
}
.BgClassName
{
background-color: #6B8B61;
}
</style>
border-color css
<style>
span { border-color: #6B8B61; }
span { border-color: rgb(107,139,97); }
td.TdClassName
{
border-color: #6B8B61;
}
.TagClassName
{
border-color: #6B8B61;
}
</style>