Shades of Hippie Green #67995C
Tints of Hippie Green #67995C
RGB
CMYK
RGB Variations
Color information
#67995C (or 0x67995C) is known color: Hippie Green. HEX triplet: 67, 99 and 5C. RGB value is (103,153,92). Sum of RGB (Red+Green+Blue) = 103+153+92=348 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.60% from 348); Green value is 153 (60.16% from 255 or 43.97% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 153 - color contains mainly: green. Hex color #67995C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67995C is #9866A3. Grayscale: #838383. Windows color (decimal): -9987748 or 6068583. OLE color: 6068583.
HSL color Cylindrical-coordinate representation of color #67995C: hue angle of 109.18º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #67995C is Cyan = 0.33, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 103 | 153 | 92 | - |
| CMYK | 0.33 | 0 | 0.40 | 0.4 |
| HSL | 109.18º | 0.25% | 0.48% | - |
| HSV(B) | 109.18º | 0.4% | 0.6% | - |
| XYZ | 18.92 | 26.44 | 14.23 | - |
| YUV | 131.1 | 105.94 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 153 | 92 | 0.33 | 0 | 0.40 | 0.4 | 109.18 | 0.25 | 0.48 |
| Hex | 67 | 99 | 5C | 21 | 0 | 28 | 28 | 6D | 19 | 30 |
| Octal | 147 | 231 | 134 | 41 | 0 | 50 | 50 | 155 | 31 | 60 |
| Binary | 1100111 | 10011001 | 1011100 | 100001 | 0 | 101000 | 101000 | 1101101 | 11001 | 110000 |
Color Harmonies of #67995C
Complementary color
Monochromatic Colors of #67995C
Black with #67995C
Text Example
Text Example
White with #67995C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67995C; }
p { color: rgb(103,153,92); }
H1.HeaderClassName
{
color: #67995C;
}
.AnyTagClassName
{
color: #67995C;
}
</style>
background-color css
<style>
a { background-color: #67995C; }
a { background-color: rgb(103,153,92); }
div.DivClassName
{
background-color: #67995C;
}
.BgClassName
{
background-color: #67995C;
}
</style>
border-color css
<style>
span { border-color: #67995C; }
span { border-color: rgb(103,153,92); }
td.TdClassName
{
border-color: #67995C;
}
.TagClassName
{
border-color: #67995C;
}
</style>