Shades of Hippie Green #60995B
Tints of Hippie Green #60995B
RGB
CMYK
RGB Variations
Color information
#60995B (or 0x60995B) is known color: Hippie Green. HEX triplet: 60, 99 and 5B. RGB value is (96,153,91). Sum of RGB (Red+Green+Blue) = 96+153+91=340 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.24% from 340); Green value is 153 (60.16% from 255 or 45% from 340); Blue value is 91 (35.94% from 255 or 26.76% from 340); Max value from RGB is 153 - color contains mainly: green. Hex color #60995B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60995B is #9F66A4. Grayscale: #818181. Windows color (decimal): -10446501 or 6003040. OLE color: 6003040.
HSL color Cylindrical-coordinate representation of color #60995B: hue angle of 115.16º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #60995B is Cyan = 0.37, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 96 | 153 | 91 | - |
| CMYK | 0.37 | 0 | 0.41 | 0.4 |
| HSL | 115.16º | 0.25% | 0.48% | - |
| HSV(B) | 115.16º | 0.41% | 0.6% | - |
| XYZ | 18.1 | 26.02 | 13.97 | - |
| YUV | 128.89 | 106.62 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 153 | 91 | 0.37 | 0 | 0.41 | 0.4 | 115.16 | 0.25 | 0.48 |
| Hex | 60 | 99 | 5B | 25 | 0 | 29 | 28 | 73 | 19 | 30 |
| Octal | 140 | 231 | 133 | 45 | 0 | 51 | 50 | 163 | 31 | 60 |
| Binary | 1100000 | 10011001 | 1011011 | 100101 | 0 | 101001 | 101000 | 1110011 | 11001 | 110000 |
Color Harmonies of #60995B
Complementary color
Monochromatic Colors of #60995B
Black with #60995B
Text Example
Text Example
White with #60995B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60995B; }
p { color: rgb(96,153,91); }
H1.HeaderClassName
{
color: #60995B;
}
.AnyTagClassName
{
color: #60995B;
}
</style>
background-color css
<style>
a { background-color: #60995B; }
a { background-color: rgb(96,153,91); }
div.DivClassName
{
background-color: #60995B;
}
.BgClassName
{
background-color: #60995B;
}
</style>
border-color css
<style>
span { border-color: #60995B; }
span { border-color: rgb(96,153,91); }
td.TdClassName
{
border-color: #60995B;
}
.TagClassName
{
border-color: #60995B;
}
</style>