Shades of Hippie Green #6B945D
Tints of Hippie Green #6B945D
RGB
CMYK
RGB Variations
Color information
#6B945D (or 0x6B945D) is known color: Hippie Green. HEX triplet: 6B, 94 and 5D. RGB value is (107,148,93). Sum of RGB (Red+Green+Blue) = 107+148+93=348 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.75% from 348); Green value is 148 (58.20% from 255 or 42.53% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 148 - color contains mainly: green. Hex color #6B945D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B945D is #946BA2. Grayscale: #818181. Windows color (decimal): -9726883 or 6132843. OLE color: 6132843.
HSL color Cylindrical-coordinate representation of color #6B945D: hue angle of 104.73º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6B945D is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 107 | 148 | 93 | - |
| CMYK | 0.28 | 0 | 0.37 | 0.42 |
| HSL | 104.73º | 0.23% | 0.47% | - |
| HSV(B) | 104.73º | 0.37% | 0.58% | - |
| XYZ | 18.63 | 25.1 | 14.22 | - |
| YUV | 129.47 | 107.42 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 148 | 93 | 0.28 | 0 | 0.37 | 0.42 | 104.73 | 0.23 | 0.47 |
| Hex | 6B | 94 | 5D | 1C | 0 | 25 | 2A | 69 | 17 | 2F |
| Octal | 153 | 224 | 135 | 34 | 0 | 45 | 52 | 151 | 27 | 57 |
| Binary | 1101011 | 10010100 | 1011101 | 11100 | 0 | 100101 | 101010 | 1101001 | 10111 | 101111 |
Color Harmonies of #6B945D
Complementary color
Monochromatic Colors of #6B945D
Black with #6B945D
Text Example
Text Example
White with #6B945D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B945D; }
p { color: rgb(107,148,93); }
H1.HeaderClassName
{
color: #6B945D;
}
.AnyTagClassName
{
color: #6B945D;
}
</style>
background-color css
<style>
a { background-color: #6B945D; }
a { background-color: rgb(107,148,93); }
div.DivClassName
{
background-color: #6B945D;
}
.BgClassName
{
background-color: #6B945D;
}
</style>
border-color css
<style>
span { border-color: #6B945D; }
span { border-color: rgb(107,148,93); }
td.TdClassName
{
border-color: #6B945D;
}
.TagClassName
{
border-color: #6B945D;
}
</style>