Shades of Hippie Green #60945D
Tints of Hippie Green #60945D
RGB
CMYK
RGB Variations
Color information
#60945D (or 0x60945D) is known color: Hippie Green. HEX triplet: 60, 94 and 5D. RGB value is (96,148,93). Sum of RGB (Red+Green+Blue) = 96+148+93=337 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.49% from 337); Green value is 148 (58.20% from 255 or 43.92% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 148 - color contains mainly: green. Hex color #60945D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60945D is #9F6BA2. Grayscale: #7E7E7E. Windows color (decimal): -10447779 or 6132832. OLE color: 6132832.
HSL color Cylindrical-coordinate representation of color #60945D: hue angle of 116.73º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #60945D is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 96 | 148 | 93 | - |
| CMYK | 0.35 | 0 | 0.37 | 0.42 |
| HSL | 116.73º | 0.23% | 0.47% | - |
| HSV(B) | 116.73º | 0.37% | 0.58% | - |
| XYZ | 17.39 | 24.46 | 14.16 | - |
| YUV | 126.18 | 109.27 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 148 | 93 | 0.35 | 0 | 0.37 | 0.42 | 116.73 | 0.23 | 0.47 |
| Hex | 60 | 94 | 5D | 23 | 0 | 25 | 2A | 75 | 17 | 2F |
| Octal | 140 | 224 | 135 | 43 | 0 | 45 | 52 | 165 | 27 | 57 |
| Binary | 1100000 | 10010100 | 1011101 | 100011 | 0 | 100101 | 101010 | 1110101 | 10111 | 101111 |
Color Harmonies of #60945D
Complementary color
Monochromatic Colors of #60945D
Black with #60945D
Text Example
Text Example
White with #60945D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60945D; }
p { color: rgb(96,148,93); }
H1.HeaderClassName
{
color: #60945D;
}
.AnyTagClassName
{
color: #60945D;
}
</style>
background-color css
<style>
a { background-color: #60945D; }
a { background-color: rgb(96,148,93); }
div.DivClassName
{
background-color: #60945D;
}
.BgClassName
{
background-color: #60945D;
}
</style>
border-color css
<style>
span { border-color: #60945D; }
span { border-color: rgb(96,148,93); }
td.TdClassName
{
border-color: #60945D;
}
.TagClassName
{
border-color: #60945D;
}
</style>