Shades of Granite Green #948A5C
Tints of Granite Green #948A5C
RGB
CMYK
RGB Variations
Color information
#948A5C (or 0x948A5C) is known color: Granite Green. HEX triplet: 94, 8A and 5C. RGB value is (148,138,92). Sum of RGB (Red+Green+Blue) = 148+138+92=378 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.15% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 92 (36.33% from 255 or 24.34% from 378); Max value from RGB is 148 - color contains mainly: red. Hex color #948A5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948A5C is #6B75A3. Grayscale: #878787. Windows color (decimal): -7042468 or 6064788. OLE color: 6064788.
HSL color Cylindrical-coordinate representation of color #948A5C: hue angle of 49.29º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #948A5C is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 138 | 92 | - |
| CMYK | 0 | 0.07 | 0.38 | 0.42 |
| HSL | 49.29º | 0.23% | 0.47% | - |
| HSV(B) | 49.29º | 0.38% | 0.58% | - |
| XYZ | 23.23 | 25.25 | 13.77 | - |
| YUV | 135.75 | 103.31 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 138 | 92 | 0 | 0.07 | 0.38 | 0.42 | 49.29 | 0.23 | 0.47 |
| Hex | 94 | 8A | 5C | 0 | 7 | 26 | 2A | 31 | 17 | 2F |
| Octal | 224 | 212 | 134 | 0 | 7 | 46 | 52 | 61 | 27 | 57 |
| Binary | 10010100 | 10001010 | 1011100 | 0 | 111 | 100110 | 101010 | 110001 | 10111 | 101111 |
Color Harmonies of #948A5C
Complementary color
Monochromatic Colors of #948A5C
Black with #948A5C
Text Example
Text Example
White with #948A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948A5C; }
p { color: rgb(148,138,92); }
H1.HeaderClassName
{
color: #948A5C;
}
.AnyTagClassName
{
color: #948A5C;
}
</style>
background-color css
<style>
a { background-color: #948A5C; }
a { background-color: rgb(148,138,92); }
div.DivClassName
{
background-color: #948A5C;
}
.BgClassName
{
background-color: #948A5C;
}
</style>
border-color css
<style>
span { border-color: #948A5C; }
span { border-color: rgb(148,138,92); }
td.TdClassName
{
border-color: #948A5C;
}
.TagClassName
{
border-color: #948A5C;
}
</style>