Shades of Hippie Green #6C8F5E
Tints of Hippie Green #6C8F5E
RGB
CMYK
RGB Variations
Color information
#6C8F5E (or 0x6C8F5E) is known color: Hippie Green. HEX triplet: 6C, 8F and 5E. RGB value is (108,143,94). Sum of RGB (Red+Green+Blue) = 108+143+94=345 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.30% from 345); Green value is 143 (56.25% from 255 or 41.45% from 345); Blue value is 94 (37.11% from 255 or 27.25% from 345); Max value from RGB is 143 - color contains mainly: green. Hex color #6C8F5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8F5E is #9370A1. Grayscale: #7F7F7F. Windows color (decimal): -9662626 or 6197100. OLE color: 6197100.
HSL color Cylindrical-coordinate representation of color #6C8F5E: hue angle of 102.86º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6C8F5E is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 108 | 143 | 94 | - |
| CMYK | 0.24 | 0 | 0.34 | 0.44 |
| HSL | 102.86º | 0.21% | 0.46% | - |
| HSV(B) | 102.86º | 0.34% | 0.56% | - |
| XYZ | 18.03 | 23.64 | 14.2 | - |
| YUV | 126.95 | 109.4 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 143 | 94 | 0.24 | 0 | 0.34 | 0.44 | 102.86 | 0.21 | 0.46 |
| Hex | 6C | 8F | 5E | 18 | 0 | 22 | 2C | 67 | 15 | 2E |
| Octal | 154 | 217 | 136 | 30 | 0 | 42 | 54 | 147 | 25 | 56 |
| Binary | 1101100 | 10001111 | 1011110 | 11000 | 0 | 100010 | 101100 | 1100111 | 10101 | 101110 |
Color Harmonies of #6C8F5E
Complementary color
Monochromatic Colors of #6C8F5E
Black with #6C8F5E
Text Example
Text Example
White with #6C8F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8F5E; }
p { color: rgb(108,143,94); }
H1.HeaderClassName
{
color: #6C8F5E;
}
.AnyTagClassName
{
color: #6C8F5E;
}
</style>
background-color css
<style>
a { background-color: #6C8F5E; }
a { background-color: rgb(108,143,94); }
div.DivClassName
{
background-color: #6C8F5E;
}
.BgClassName
{
background-color: #6C8F5E;
}
</style>
border-color css
<style>
span { border-color: #6C8F5E; }
span { border-color: rgb(108,143,94); }
td.TdClassName
{
border-color: #6C8F5E;
}
.TagClassName
{
border-color: #6C8F5E;
}
</style>