Shades of Granite Green #948865
Tints of Granite Green #948865
RGB
CMYK
RGB Variations
Color information
#948865 (or 0x948865) is known color: Granite Green. HEX triplet: 94, 88 and 65. RGB value is (148,136,101). Sum of RGB (Red+Green+Blue) = 148+136+101=385 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.44% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 101 (39.84% from 255 or 26.23% from 385); Max value from RGB is 148 - color contains mainly: red. Hex color #948865 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948865 is #6B779A. Grayscale: #878787. Windows color (decimal): -7042971 or 6654100. OLE color: 6654100.
HSL color Cylindrical-coordinate representation of color #948865: hue angle of 44.68º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #948865 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 136 | 101 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.42 |
| HSL | 44.68º | 0.19% | 0.49% | - |
| HSV(B) | 44.68º | 0.32% | 0.58% | - |
| XYZ | 23.37 | 24.84 | 15.88 | - |
| YUV | 135.6 | 108.48 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 136 | 101 | 0 | 0.08 | 0.32 | 0.42 | 44.68 | 0.19 | 0.49 |
| Hex | 94 | 88 | 65 | 0 | 8 | 20 | 2A | 2D | 13 | 31 |
| Octal | 224 | 210 | 145 | 0 | 10 | 40 | 52 | 55 | 23 | 61 |
| Binary | 10010100 | 10001000 | 1100101 | 0 | 1000 | 100000 | 101010 | 101101 | 10011 | 110001 |
Color Harmonies of #948865
Complementary color
Monochromatic Colors of #948865
Black with #948865
Text Example
Text Example
White with #948865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948865; }
p { color: rgb(148,136,101); }
H1.HeaderClassName
{
color: #948865;
}
.AnyTagClassName
{
color: #948865;
}
</style>
background-color css
<style>
a { background-color: #948865; }
a { background-color: rgb(148,136,101); }
div.DivClassName
{
background-color: #948865;
}
.BgClassName
{
background-color: #948865;
}
</style>
border-color css
<style>
span { border-color: #948865; }
span { border-color: rgb(148,136,101); }
td.TdClassName
{
border-color: #948865;
}
.TagClassName
{
border-color: #948865;
}
</style>