Shades of Hippie Green #6B995B
Tints of Hippie Green #6B995B
RGB
CMYK
RGB Variations
Color information
#6B995B (or 0x6B995B) is known color: Hippie Green. HEX triplet: 6B, 99 and 5B. RGB value is (107,153,91). Sum of RGB (Red+Green+Blue) = 107+153+91=351 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.48% from 351); Green value is 153 (60.16% from 255 or 43.59% from 351); Blue value is 91 (35.94% from 255 or 25.93% from 351); Max value from RGB is 153 - color contains mainly: green. Hex color #6B995B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B995B is #9466A4. Grayscale: #848484. Windows color (decimal): -9725605 or 6003051. OLE color: 6003051.
HSL color Cylindrical-coordinate representation of color #6B995B: hue angle of 104.52º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6B995B is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 107 | 153 | 91 | - |
| CMYK | 0.30 | 0 | 0.41 | 0.4 |
| HSL | 104.52º | 0.25% | 0.48% | - |
| HSV(B) | 104.52º | 0.41% | 0.6% | - |
| XYZ | 19.34 | 26.66 | 14.02 | - |
| YUV | 132.18 | 104.76 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 153 | 91 | 0.30 | 0 | 0.41 | 0.4 | 104.52 | 0.25 | 0.48 |
| Hex | 6B | 99 | 5B | 1E | 0 | 29 | 28 | 69 | 19 | 30 |
| Octal | 153 | 231 | 133 | 36 | 0 | 51 | 50 | 151 | 31 | 60 |
| Binary | 1101011 | 10011001 | 1011011 | 11110 | 0 | 101001 | 101000 | 1101001 | 11001 | 110000 |
Color Harmonies of #6B995B
Complementary color
Monochromatic Colors of #6B995B
Black with #6B995B
Text Example
Text Example
White with #6B995B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B995B; }
p { color: rgb(107,153,91); }
H1.HeaderClassName
{
color: #6B995B;
}
.AnyTagClassName
{
color: #6B995B;
}
</style>
background-color css
<style>
a { background-color: #6B995B; }
a { background-color: rgb(107,153,91); }
div.DivClassName
{
background-color: #6B995B;
}
.BgClassName
{
background-color: #6B995B;
}
</style>
border-color css
<style>
span { border-color: #6B995B; }
span { border-color: rgb(107,153,91); }
td.TdClassName
{
border-color: #6B995B;
}
.TagClassName
{
border-color: #6B995B;
}
</style>