Shades of Hippie Green #67855E
Tints of Hippie Green #67855E
RGB
CMYK
RGB Variations
Color information
#67855E (or 0x67855E) is known color: Hippie Green. HEX triplet: 67, 85 and 5E. RGB value is (103,133,94). Sum of RGB (Red+Green+Blue) = 103+133+94=330 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.21% from 330); Green value is 133 (52.34% from 255 or 40.30% from 330); Blue value is 94 (37.11% from 255 or 28.48% from 330); Max value from RGB is 133 - color contains mainly: green. Hex color #67855E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67855E is #987AA1. Grayscale: #777777. Windows color (decimal): -9992866 or 6194535. OLE color: 6194535.
HSL color Cylindrical-coordinate representation of color #67855E: hue angle of 106.15º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #67855E is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 103 | 133 | 94 | - |
| CMYK | 0.23 | 0 | 0.29 | 0.48 |
| HSL | 106.15º | 0.17% | 0.45% | - |
| HSV(B) | 106.15º | 0.29% | 0.52% | - |
| XYZ | 16 | 20.47 | 13.7 | - |
| YUV | 119.58 | 113.56 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 133 | 94 | 0.23 | 0 | 0.29 | 0.48 | 106.15 | 0.17 | 0.45 |
| Hex | 67 | 85 | 5E | 17 | 0 | 1D | 30 | 6A | 11 | 2D |
| Octal | 147 | 205 | 136 | 27 | 0 | 35 | 60 | 152 | 21 | 55 |
| Binary | 1100111 | 10000101 | 1011110 | 10111 | 0 | 11101 | 110000 | 1101010 | 10001 | 101101 |
Color Harmonies of #67855E
Complementary color
Monochromatic Colors of #67855E
Black with #67855E
Text Example
Text Example
White with #67855E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67855E; }
p { color: rgb(103,133,94); }
H1.HeaderClassName
{
color: #67855E;
}
.AnyTagClassName
{
color: #67855E;
}
</style>
background-color css
<style>
a { background-color: #67855E; }
a { background-color: rgb(103,133,94); }
div.DivClassName
{
background-color: #67855E;
}
.BgClassName
{
background-color: #67855E;
}
</style>
border-color css
<style>
span { border-color: #67855E; }
span { border-color: rgb(103,133,94); }
td.TdClassName
{
border-color: #67855E;
}
.TagClassName
{
border-color: #67855E;
}
</style>