Shades of Granite Green #948D61
Tints of Granite Green #948D61
RGB
CMYK
RGB Variations
Color information
#948D61 (or 0x948D61) is known color: Granite Green. HEX triplet: 94, 8D and 61. RGB value is (148,141,97). Sum of RGB (Red+Green+Blue) = 148+141+97=386 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.34% from 386); Green value is 141 (55.47% from 255 or 36.53% from 386); Blue value is 97 (38.28% from 255 or 25.13% from 386); Max value from RGB is 148 - color contains mainly: red. Hex color #948D61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948D61 is #6B729E. Grayscale: #8A8A8A. Windows color (decimal): -7041695 or 6393236. OLE color: 6393236.
HSL color Cylindrical-coordinate representation of color #948D61: hue angle of 51.76º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #948D61 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 141 | 97 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.42 |
| HSL | 51.76º | 0.21% | 0.48% | - |
| HSV(B) | 51.76º | 0.34% | 0.58% | - |
| XYZ | 23.9 | 26.21 | 15.11 | - |
| YUV | 138.08 | 104.82 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 141 | 97 | 0 | 0.05 | 0.34 | 0.42 | 51.76 | 0.21 | 0.48 |
| Hex | 94 | 8D | 61 | 0 | 5 | 22 | 2A | 34 | 15 | 30 |
| Octal | 224 | 215 | 141 | 0 | 5 | 42 | 52 | 64 | 25 | 60 |
| Binary | 10010100 | 10001101 | 1100001 | 0 | 101 | 100010 | 101010 | 110100 | 10101 | 110000 |
Color Harmonies of #948D61
Complementary color
Monochromatic Colors of #948D61
Black with #948D61
Text Example
Text Example
White with #948D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948D61; }
p { color: rgb(148,141,97); }
H1.HeaderClassName
{
color: #948D61;
}
.AnyTagClassName
{
color: #948D61;
}
</style>
background-color css
<style>
a { background-color: #948D61; }
a { background-color: rgb(148,141,97); }
div.DivClassName
{
background-color: #948D61;
}
.BgClassName
{
background-color: #948D61;
}
</style>
border-color css
<style>
span { border-color: #948D61; }
span { border-color: rgb(148,141,97); }
td.TdClassName
{
border-color: #948D61;
}
.TagClassName
{
border-color: #948D61;
}
</style>