Shades of Hippie Green #6B995F
Tints of Hippie Green #6B995F
RGB
CMYK
RGB Variations
Color information
#6B995F (or 0x6B995F) is known color: Hippie Green. HEX triplet: 6B, 99 and 5F. RGB value is (107,153,95). Sum of RGB (Red+Green+Blue) = 107+153+95=355 (47% of max value = 765). Red value is 107 (42.19% from 255 or 30.14% from 355); Green value is 153 (60.16% from 255 or 43.10% from 355); Blue value is 95 (37.5% from 255 or 26.76% from 355); Max value from RGB is 153 - color contains mainly: green. Hex color #6B995F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B995F is #9466A0. Grayscale: #848484. Windows color (decimal): -9725601 or 6265195. OLE color: 6265195.
HSL color Cylindrical-coordinate representation of color #6B995F: hue angle of 107.59º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6B995F is Cyan = 0.30, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 107 | 153 | 95 | - |
| CMYK | 0.30 | 0 | 0.38 | 0.4 |
| HSL | 107.59º | 0.23% | 0.49% | - |
| HSV(B) | 107.59º | 0.38% | 0.6% | - |
| XYZ | 19.52 | 26.73 | 14.96 | - |
| YUV | 132.63 | 106.76 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 153 | 95 | 0.30 | 0 | 0.38 | 0.4 | 107.59 | 0.23 | 0.49 |
| Hex | 6B | 99 | 5F | 1E | 0 | 26 | 28 | 6C | 17 | 31 |
| Octal | 153 | 231 | 137 | 36 | 0 | 46 | 50 | 154 | 27 | 61 |
| Binary | 1101011 | 10011001 | 1011111 | 11110 | 0 | 100110 | 101000 | 1101100 | 10111 | 110001 |
Color Harmonies of #6B995F
Complementary color
Monochromatic Colors of #6B995F
Black with #6B995F
Text Example
Text Example
White with #6B995F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B995F; }
p { color: rgb(107,153,95); }
H1.HeaderClassName
{
color: #6B995F;
}
.AnyTagClassName
{
color: #6B995F;
}
</style>
background-color css
<style>
a { background-color: #6B995F; }
a { background-color: rgb(107,153,95); }
div.DivClassName
{
background-color: #6B995F;
}
.BgClassName
{
background-color: #6B995F;
}
</style>
border-color css
<style>
span { border-color: #6B995F; }
span { border-color: rgb(107,153,95); }
td.TdClassName
{
border-color: #6B995F;
}
.TagClassName
{
border-color: #6B995F;
}
</style>