Shades of Hippie Green #67845F
Tints of Hippie Green #67845F
RGB
CMYK
RGB Variations
Color information
#67845F (or 0x67845F) is known color: Hippie Green. HEX triplet: 67, 84 and 5F. RGB value is (103,132,95). Sum of RGB (Red+Green+Blue) = 103+132+95=330 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.21% from 330); Green value is 132 (51.95% from 255 or 40% from 330); Blue value is 95 (37.5% from 255 or 28.79% from 330); Max value from RGB is 132 - color contains mainly: green. Hex color #67845F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67845F is #987BA0. Grayscale: #777777. Windows color (decimal): -9993121 or 6259815. OLE color: 6259815.
HSL color Cylindrical-coordinate representation of color #67845F: hue angle of 107.03º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #67845F is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 103 | 132 | 95 | - |
| CMYK | 0.22 | 0 | 0.28 | 0.48 |
| HSL | 107.03º | 0.16% | 0.45% | - |
| HSV(B) | 107.03º | 0.28% | 0.52% | - |
| XYZ | 15.91 | 20.21 | 13.89 | - |
| YUV | 119.11 | 114.39 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 132 | 95 | 0.22 | 0 | 0.28 | 0.48 | 107.03 | 0.16 | 0.45 |
| Hex | 67 | 84 | 5F | 16 | 0 | 1C | 30 | 6B | 10 | 2D |
| Octal | 147 | 204 | 137 | 26 | 0 | 34 | 60 | 153 | 20 | 55 |
| Binary | 1100111 | 10000100 | 1011111 | 10110 | 0 | 11100 | 110000 | 1101011 | 10000 | 101101 |
Color Harmonies of #67845F
Complementary color
Monochromatic Colors of #67845F
Black with #67845F
Text Example
Text Example
White with #67845F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67845F; }
p { color: rgb(103,132,95); }
H1.HeaderClassName
{
color: #67845F;
}
.AnyTagClassName
{
color: #67845F;
}
</style>
background-color css
<style>
a { background-color: #67845F; }
a { background-color: rgb(103,132,95); }
div.DivClassName
{
background-color: #67845F;
}
.BgClassName
{
background-color: #67845F;
}
</style>
border-color css
<style>
span { border-color: #67845F; }
span { border-color: rgb(103,132,95); }
td.TdClassName
{
border-color: #67845F;
}
.TagClassName
{
border-color: #67845F;
}
</style>