Shades of Granite Green #948862
Tints of Granite Green #948862
RGB
CMYK
RGB Variations
Color information
#948862 (or 0x948862) is known color: Granite Green. HEX triplet: 94, 88 and 62. RGB value is (148,136,98). Sum of RGB (Red+Green+Blue) = 148+136+98=382 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.74% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 98 (38.67% from 255 or 25.65% from 382); Max value from RGB is 148 - color contains mainly: red. Hex color #948862 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948862 is #6B779D. Grayscale: #878787. Windows color (decimal): -7042974 or 6457492. OLE color: 6457492.
HSL color Cylindrical-coordinate representation of color #948862: hue angle of 45.6º degrees, saturation: 0.2, 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 #948862 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 136 | 98 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.42 |
| HSL | 45.6º | 0.2% | 0.48% | - |
| HSV(B) | 45.6º | 0.34% | 0.58% | - |
| XYZ | 23.22 | 24.79 | 15.12 | - |
| YUV | 135.26 | 106.98 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 136 | 98 | 0 | 0.08 | 0.34 | 0.42 | 45.6 | 0.2 | 0.48 |
| Hex | 94 | 88 | 62 | 0 | 8 | 22 | 2A | 2E | 14 | 30 |
| Octal | 224 | 210 | 142 | 0 | 10 | 42 | 52 | 56 | 24 | 60 |
| Binary | 10010100 | 10001000 | 1100010 | 0 | 1000 | 100010 | 101010 | 101110 | 10100 | 110000 |
Color Harmonies of #948862
Complementary color
Monochromatic Colors of #948862
Black with #948862
Text Example
Text Example
White with #948862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948862; }
p { color: rgb(148,136,98); }
H1.HeaderClassName
{
color: #948862;
}
.AnyTagClassName
{
color: #948862;
}
</style>
background-color css
<style>
a { background-color: #948862; }
a { background-color: rgb(148,136,98); }
div.DivClassName
{
background-color: #948862;
}
.BgClassName
{
background-color: #948862;
}
</style>
border-color css
<style>
span { border-color: #948862; }
span { border-color: rgb(148,136,98); }
td.TdClassName
{
border-color: #948862;
}
.TagClassName
{
border-color: #948862;
}
</style>