Shades of Hippie Green #60815B
Tints of Hippie Green #60815B
RGB
CMYK
RGB Variations
Color information
#60815B (or 0x60815B) is known color: Hippie Green. HEX triplet: 60, 81 and 5B. RGB value is (96,129,91). Sum of RGB (Red+Green+Blue) = 96+129+91=316 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.38% from 316); Green value is 129 (50.78% from 255 or 40.82% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 129 - color contains mainly: green. Hex color #60815B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60815B is #9F7EA4. Grayscale: #727272. Windows color (decimal): -10452645 or 5996896. OLE color: 5996896.
HSL color Cylindrical-coordinate representation of color #60815B: hue angle of 112.11º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #60815B is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 96 | 129 | 91 | - |
| CMYK | 0.26 | 0 | 0.29 | 0.49 |
| HSL | 112.11º | 0.17% | 0.43% | - |
| HSV(B) | 112.11º | 0.29% | 0.51% | - |
| XYZ | 14.56 | 18.94 | 12.79 | - |
| YUV | 114.8 | 114.57 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 129 | 91 | 0.26 | 0 | 0.29 | 0.49 | 112.11 | 0.17 | 0.43 |
| Hex | 60 | 81 | 5B | 1A | 0 | 1D | 31 | 70 | 11 | 2B |
| Octal | 140 | 201 | 133 | 32 | 0 | 35 | 61 | 160 | 21 | 53 |
| Binary | 1100000 | 10000001 | 1011011 | 11010 | 0 | 11101 | 110001 | 1110000 | 10001 | 101011 |
Color Harmonies of #60815B
Complementary color
Monochromatic Colors of #60815B
Black with #60815B
Text Example
Text Example
White with #60815B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60815B; }
p { color: rgb(96,129,91); }
H1.HeaderClassName
{
color: #60815B;
}
.AnyTagClassName
{
color: #60815B;
}
</style>
background-color css
<style>
a { background-color: #60815B; }
a { background-color: rgb(96,129,91); }
div.DivClassName
{
background-color: #60815B;
}
.BgClassName
{
background-color: #60815B;
}
</style>
border-color css
<style>
span { border-color: #60815B; }
span { border-color: rgb(96,129,91); }
td.TdClassName
{
border-color: #60815B;
}
.TagClassName
{
border-color: #60815B;
}
</style>