Shades of Granite Green #948966
Tints of Granite Green #948966
RGB
CMYK
RGB Variations
Color information
#948966 (or 0x948966) is known color: Granite Green. HEX triplet: 94, 89 and 66. RGB value is (148,137,102). Sum of RGB (Red+Green+Blue) = 148+137+102=387 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.24% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 102 (40.23% from 255 or 26.36% from 387); Max value from RGB is 148 - color contains mainly: red. Hex color #948966 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948966 is #6B7699. Grayscale: #888888. Windows color (decimal): -7042714 or 6719892. OLE color: 6719892.
HSL color Cylindrical-coordinate representation of color #948966: hue angle of 45.65º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #948966 is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 137 | 102 | - |
| CMYK | 0 | 0.07 | 0.31 | 0.42 |
| HSL | 45.65º | 0.18% | 0.49% | - |
| HSV(B) | 45.65º | 0.31% | 0.58% | - |
| XYZ | 23.56 | 25.15 | 16.18 | - |
| YUV | 136.3 | 108.64 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 137 | 102 | 0 | 0.07 | 0.31 | 0.42 | 45.65 | 0.18 | 0.49 |
| Hex | 94 | 89 | 66 | 0 | 7 | 1F | 2A | 2E | 12 | 31 |
| Octal | 224 | 211 | 146 | 0 | 7 | 37 | 52 | 56 | 22 | 61 |
| Binary | 10010100 | 10001001 | 1100110 | 0 | 111 | 11111 | 101010 | 101110 | 10010 | 110001 |
Color Harmonies of #948966
Complementary color
Monochromatic Colors of #948966
Black with #948966
Text Example
Text Example
White with #948966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948966; }
p { color: rgb(148,137,102); }
H1.HeaderClassName
{
color: #948966;
}
.AnyTagClassName
{
color: #948966;
}
</style>
background-color css
<style>
a { background-color: #948966; }
a { background-color: rgb(148,137,102); }
div.DivClassName
{
background-color: #948966;
}
.BgClassName
{
background-color: #948966;
}
</style>
border-color css
<style>
span { border-color: #948966; }
span { border-color: rgb(148,137,102); }
td.TdClassName
{
border-color: #948966;
}
.TagClassName
{
border-color: #948966;
}
</style>