Shades of Hippie Green #6B8F5F
Tints of Hippie Green #6B8F5F
RGB
CMYK
RGB Variations
Color information
#6B8F5F (or 0x6B8F5F) is known color: Hippie Green. HEX triplet: 6B, 8F and 5F. RGB value is (107,143,95). Sum of RGB (Red+Green+Blue) = 107+143+95=345 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.01% from 345); Green value is 143 (56.25% from 255 or 41.45% from 345); Blue value is 95 (37.5% from 255 or 27.54% from 345); Max value from RGB is 143 - color contains mainly: green. Hex color #6B8F5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8F5F is #9470A0. Grayscale: #7E7E7E. Windows color (decimal): -9728161 or 6262635. OLE color: 6262635.
HSL color Cylindrical-coordinate representation of color #6B8F5F: hue angle of 105º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6B8F5F is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 107 | 143 | 95 | - |
| CMYK | 0.25 | 0 | 0.34 | 0.44 |
| HSL | 105º | 0.2% | 0.47% | - |
| HSV(B) | 105º | 0.34% | 0.56% | - |
| XYZ | 17.95 | 23.6 | 14.44 | - |
| YUV | 126.76 | 110.07 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 143 | 95 | 0.25 | 0 | 0.34 | 0.44 | 105 | 0.2 | 0.47 |
| Hex | 6B | 8F | 5F | 19 | 0 | 22 | 2C | 69 | 14 | 2F |
| Octal | 153 | 217 | 137 | 31 | 0 | 42 | 54 | 151 | 24 | 57 |
| Binary | 1101011 | 10001111 | 1011111 | 11001 | 0 | 100010 | 101100 | 1101001 | 10100 | 101111 |
Color Harmonies of #6B8F5F
Complementary color
Monochromatic Colors of #6B8F5F
Black with #6B8F5F
Text Example
Text Example
White with #6B8F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8F5F; }
p { color: rgb(107,143,95); }
H1.HeaderClassName
{
color: #6B8F5F;
}
.AnyTagClassName
{
color: #6B8F5F;
}
</style>
background-color css
<style>
a { background-color: #6B8F5F; }
a { background-color: rgb(107,143,95); }
div.DivClassName
{
background-color: #6B8F5F;
}
.BgClassName
{
background-color: #6B8F5F;
}
</style>
border-color css
<style>
span { border-color: #6B8F5F; }
span { border-color: rgb(107,143,95); }
td.TdClassName
{
border-color: #6B8F5F;
}
.TagClassName
{
border-color: #6B8F5F;
}
</style>