Shades of Granite Green #948965
Tints of Granite Green #948965
RGB
CMYK
RGB Variations
Color information
#948965 (or 0x948965) is known color: Granite Green. HEX triplet: 94, 89 and 65. RGB value is (148,137,101). Sum of RGB (Red+Green+Blue) = 148+137+101=386 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.34% from 386); Green value is 137 (53.91% from 255 or 35.49% from 386); Blue value is 101 (39.84% from 255 or 26.17% from 386); Max value from RGB is 148 - color contains mainly: red. Hex color #948965 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948965 is #6B769A. Grayscale: #888888. Windows color (decimal): -7042715 or 6654356. OLE color: 6654356.
HSL color Cylindrical-coordinate representation of color #948965: hue angle of 45.96º 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 #948965 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 137 | 101 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.42 |
| HSL | 45.96º | 0.19% | 0.49% | - |
| HSV(B) | 45.96º | 0.32% | 0.58% | - |
| XYZ | 23.51 | 25.13 | 15.92 | - |
| YUV | 136.19 | 108.14 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 137 | 101 | 0 | 0.07 | 0.32 | 0.42 | 45.96 | 0.19 | 0.49 |
| Hex | 94 | 89 | 65 | 0 | 7 | 20 | 2A | 2E | 13 | 31 |
| Octal | 224 | 211 | 145 | 0 | 7 | 40 | 52 | 56 | 23 | 61 |
| Binary | 10010100 | 10001001 | 1100101 | 0 | 111 | 100000 | 101010 | 101110 | 10011 | 110001 |
Color Harmonies of #948965
Complementary color
Monochromatic Colors of #948965
Black with #948965
Text Example
Text Example
White with #948965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948965; }
p { color: rgb(148,137,101); }
H1.HeaderClassName
{
color: #948965;
}
.AnyTagClassName
{
color: #948965;
}
</style>
background-color css
<style>
a { background-color: #948965; }
a { background-color: rgb(148,137,101); }
div.DivClassName
{
background-color: #948965;
}
.BgClassName
{
background-color: #948965;
}
</style>
border-color css
<style>
span { border-color: #948965; }
span { border-color: rgb(148,137,101); }
td.TdClassName
{
border-color: #948965;
}
.TagClassName
{
border-color: #948965;
}
</style>