Shades of Granite Green #948861
Tints of Granite Green #948861
RGB
CMYK
RGB Variations
Color information
#948861 (or 0x948861) is known color: Granite Green. HEX triplet: 94, 88 and 61. RGB value is (148,136,97). Sum of RGB (Red+Green+Blue) = 148+136+97=381 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.85% from 381); Green value is 136 (53.52% from 255 or 35.70% from 381); Blue value is 97 (38.28% from 255 or 25.46% from 381); Max value from RGB is 148 - color contains mainly: red. Hex color #948861 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948861 is #6B779E. Grayscale: #878787. Windows color (decimal): -7042975 or 6391956. OLE color: 6391956.
HSL color Cylindrical-coordinate representation of color #948861: hue angle of 45.88º 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 #948861 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 136 | 97 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.42 |
| HSL | 45.88º | 0.21% | 0.48% | - |
| HSV(B) | 45.88º | 0.34% | 0.58% | - |
| XYZ | 23.17 | 24.77 | 14.87 | - |
| YUV | 135.14 | 106.48 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 136 | 97 | 0 | 0.08 | 0.34 | 0.42 | 45.88 | 0.21 | 0.48 |
| Hex | 94 | 88 | 61 | 0 | 8 | 22 | 2A | 2E | 15 | 30 |
| Octal | 224 | 210 | 141 | 0 | 10 | 42 | 52 | 56 | 25 | 60 |
| Binary | 10010100 | 10001000 | 1100001 | 0 | 1000 | 100010 | 101010 | 101110 | 10101 | 110000 |
Color Harmonies of #948861
Complementary color
Monochromatic Colors of #948861
Black with #948861
Text Example
Text Example
White with #948861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948861; }
p { color: rgb(148,136,97); }
H1.HeaderClassName
{
color: #948861;
}
.AnyTagClassName
{
color: #948861;
}
</style>
background-color css
<style>
a { background-color: #948861; }
a { background-color: rgb(148,136,97); }
div.DivClassName
{
background-color: #948861;
}
.BgClassName
{
background-color: #948861;
}
</style>
border-color css
<style>
span { border-color: #948861; }
span { border-color: rgb(148,136,97); }
td.TdClassName
{
border-color: #948861;
}
.TagClassName
{
border-color: #948861;
}
</style>