Shades of Hippie Green #6B955C
Tints of Hippie Green #6B955C
RGB
CMYK
RGB Variations
Color information
#6B955C (or 0x6B955C) is known color: Hippie Green. HEX triplet: 6B, 95 and 5C. RGB value is (107,149,92). Sum of RGB (Red+Green+Blue) = 107+149+92=348 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.75% from 348); Green value is 149 (58.59% from 255 or 42.82% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 149 - color contains mainly: green. Hex color #6B955C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B955C is #946AA3. Grayscale: #828282. Windows color (decimal): -9726628 or 6067563. OLE color: 6067563.
HSL color Cylindrical-coordinate representation of color #6B955C: hue angle of 104.21º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6B955C is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 107 | 149 | 92 | - |
| CMYK | 0.28 | 0 | 0.38 | 0.42 |
| HSL | 104.21º | 0.24% | 0.47% | - |
| HSV(B) | 104.21º | 0.38% | 0.58% | - |
| XYZ | 18.74 | 25.39 | 14.04 | - |
| YUV | 129.94 | 106.59 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 149 | 92 | 0.28 | 0 | 0.38 | 0.42 | 104.21 | 0.24 | 0.47 |
| Hex | 6B | 95 | 5C | 1C | 0 | 26 | 2A | 68 | 18 | 2F |
| Octal | 153 | 225 | 134 | 34 | 0 | 46 | 52 | 150 | 30 | 57 |
| Binary | 1101011 | 10010101 | 1011100 | 11100 | 0 | 100110 | 101010 | 1101000 | 11000 | 101111 |
Color Harmonies of #6B955C
Complementary color
Monochromatic Colors of #6B955C
Black with #6B955C
Text Example
Text Example
White with #6B955C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B955C; }
p { color: rgb(107,149,92); }
H1.HeaderClassName
{
color: #6B955C;
}
.AnyTagClassName
{
color: #6B955C;
}
</style>
background-color css
<style>
a { background-color: #6B955C; }
a { background-color: rgb(107,149,92); }
div.DivClassName
{
background-color: #6B955C;
}
.BgClassName
{
background-color: #6B955C;
}
</style>
border-color css
<style>
span { border-color: #6B955C; }
span { border-color: rgb(107,149,92); }
td.TdClassName
{
border-color: #6B955C;
}
.TagClassName
{
border-color: #6B955C;
}
</style>