Shades of Granite Green #948A65
Tints of Granite Green #948A65
RGB
CMYK
RGB Variations
Color information
#948A65 (or 0x948A65) is known color: Granite Green. HEX triplet: 94, 8A and 65. RGB value is (148,138,101). Sum of RGB (Red+Green+Blue) = 148+138+101=387 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.24% from 387); Green value is 138 (54.30% from 255 or 35.66% from 387); Blue value is 101 (39.84% from 255 or 26.10% from 387); Max value from RGB is 148 - color contains mainly: red. Hex color #948A65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948A65 is #6B759A. Grayscale: #888888. Windows color (decimal): -7042459 or 6654612. OLE color: 6654612.
HSL color Cylindrical-coordinate representation of color #948A65: hue angle of 47.23º 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 #948A65 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 138 | 101 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.42 |
| HSL | 47.23º | 0.19% | 0.49% | - |
| HSV(B) | 47.23º | 0.32% | 0.58% | - |
| XYZ | 23.65 | 25.41 | 15.97 | - |
| YUV | 136.77 | 107.81 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 138 | 101 | 0 | 0.07 | 0.32 | 0.42 | 47.23 | 0.19 | 0.49 |
| Hex | 94 | 8A | 65 | 0 | 7 | 20 | 2A | 2F | 13 | 31 |
| Octal | 224 | 212 | 145 | 0 | 7 | 40 | 52 | 57 | 23 | 61 |
| Binary | 10010100 | 10001010 | 1100101 | 0 | 111 | 100000 | 101010 | 101111 | 10011 | 110001 |
Color Harmonies of #948A65
Complementary color
Monochromatic Colors of #948A65
Black with #948A65
Text Example
Text Example
White with #948A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948A65; }
p { color: rgb(148,138,101); }
H1.HeaderClassName
{
color: #948A65;
}
.AnyTagClassName
{
color: #948A65;
}
</style>
background-color css
<style>
a { background-color: #948A65; }
a { background-color: rgb(148,138,101); }
div.DivClassName
{
background-color: #948A65;
}
.BgClassName
{
background-color: #948A65;
}
</style>
border-color css
<style>
span { border-color: #948A65; }
span { border-color: rgb(148,138,101); }
td.TdClassName
{
border-color: #948A65;
}
.TagClassName
{
border-color: #948A65;
}
</style>