Shades of Hippie Green #6B955D
Tints of Hippie Green #6B955D
RGB
CMYK
RGB Variations
Color information
#6B955D (or 0x6B955D) is known color: Hippie Green. HEX triplet: 6B, 95 and 5D. RGB value is (107,149,93). Sum of RGB (Red+Green+Blue) = 107+149+93=349 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.66% from 349); Green value is 149 (58.59% from 255 or 42.69% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 149 - color contains mainly: green. Hex color #6B955D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B955D is #946AA2. Grayscale: #828282. Windows color (decimal): -9726627 or 6133099. OLE color: 6133099.
HSL color Cylindrical-coordinate representation of color #6B955D: hue angle of 105º degrees, saturation: 0.23, 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 #6B955D is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 107 | 149 | 93 | - |
| CMYK | 0.28 | 0 | 0.38 | 0.42 |
| HSL | 105º | 0.23% | 0.47% | - |
| HSV(B) | 105º | 0.38% | 0.58% | - |
| XYZ | 18.79 | 25.41 | 14.27 | - |
| YUV | 130.06 | 107.09 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 149 | 93 | 0.28 | 0 | 0.38 | 0.42 | 105 | 0.23 | 0.47 |
| Hex | 6B | 95 | 5D | 1C | 0 | 26 | 2A | 69 | 17 | 2F |
| Octal | 153 | 225 | 135 | 34 | 0 | 46 | 52 | 151 | 27 | 57 |
| Binary | 1101011 | 10010101 | 1011101 | 11100 | 0 | 100110 | 101010 | 1101001 | 10111 | 101111 |
Color Harmonies of #6B955D
Complementary color
Monochromatic Colors of #6B955D
Black with #6B955D
Text Example
Text Example
White with #6B955D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B955D; }
p { color: rgb(107,149,93); }
H1.HeaderClassName
{
color: #6B955D;
}
.AnyTagClassName
{
color: #6B955D;
}
</style>
background-color css
<style>
a { background-color: #6B955D; }
a { background-color: rgb(107,149,93); }
div.DivClassName
{
background-color: #6B955D;
}
.BgClassName
{
background-color: #6B955D;
}
</style>
border-color css
<style>
span { border-color: #6B955D; }
span { border-color: rgb(107,149,93); }
td.TdClassName
{
border-color: #6B955D;
}
.TagClassName
{
border-color: #6B955D;
}
</style>