Shades of Hippie Green #67885F
Tints of Hippie Green #67885F
RGB
CMYK
RGB Variations
Color information
#67885F (or 0x67885F) is known color: Hippie Green. HEX triplet: 67, 88 and 5F. RGB value is (103,136,95). Sum of RGB (Red+Green+Blue) = 103+136+95=334 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.84% from 334); Green value is 136 (53.52% from 255 or 40.72% from 334); Blue value is 95 (37.5% from 255 or 28.44% from 334); Max value from RGB is 136 - color contains mainly: green. Hex color #67885F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67885F is #9877A0. Grayscale: #797979. Windows color (decimal): -9992097 or 6260839. OLE color: 6260839.
HSL color Cylindrical-coordinate representation of color #67885F: hue angle of 108.29º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #67885F is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 103 | 136 | 95 | - |
| CMYK | 0.24 | 0 | 0.30 | 0.47 |
| HSL | 108.29º | 0.18% | 0.45% | - |
| HSV(B) | 108.29º | 0.3% | 0.53% | - |
| XYZ | 16.46 | 21.32 | 14.07 | - |
| YUV | 121.46 | 113.07 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 136 | 95 | 0.24 | 0 | 0.30 | 0.47 | 108.29 | 0.18 | 0.45 |
| Hex | 67 | 88 | 5F | 18 | 0 | 1E | 2F | 6C | 12 | 2D |
| Octal | 147 | 210 | 137 | 30 | 0 | 36 | 57 | 154 | 22 | 55 |
| Binary | 1100111 | 10001000 | 1011111 | 11000 | 0 | 11110 | 101111 | 1101100 | 10010 | 101101 |
Color Harmonies of #67885F
Complementary color
Monochromatic Colors of #67885F
Black with #67885F
Text Example
Text Example
White with #67885F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67885F; }
p { color: rgb(103,136,95); }
H1.HeaderClassName
{
color: #67885F;
}
.AnyTagClassName
{
color: #67885F;
}
</style>
background-color css
<style>
a { background-color: #67885F; }
a { background-color: rgb(103,136,95); }
div.DivClassName
{
background-color: #67885F;
}
.BgClassName
{
background-color: #67885F;
}
</style>
border-color css
<style>
span { border-color: #67885F; }
span { border-color: rgb(103,136,95); }
td.TdClassName
{
border-color: #67885F;
}
.TagClassName
{
border-color: #67885F;
}
</style>