Shades of Granite Green #948C5C
Tints of Granite Green #948C5C
RGB
CMYK
RGB Variations
Color information
#948C5C (or 0x948C5C) is known color: Granite Green. HEX triplet: 94, 8C and 5C. RGB value is (148,140,92). Sum of RGB (Red+Green+Blue) = 148+140+92=380 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.95% from 380); Green value is 140 (55.08% from 255 or 36.84% from 380); Blue value is 92 (36.33% from 255 or 24.21% from 380); Max value from RGB is 148 - color contains mainly: red. Hex color #948C5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948C5C is #6B73A3. Grayscale: #898989. Windows color (decimal): -7041956 or 6065300. OLE color: 6065300.
HSL color Cylindrical-coordinate representation of color #948C5C: hue angle of 51.43º 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 #948C5C is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 140 | 92 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.42 |
| HSL | 51.43º | 0.23% | 0.47% | - |
| HSV(B) | 51.43º | 0.38% | 0.58% | - |
| XYZ | 23.52 | 25.82 | 13.87 | - |
| YUV | 136.92 | 102.65 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 140 | 92 | 0 | 0.05 | 0.38 | 0.42 | 51.43 | 0.23 | 0.47 |
| Hex | 94 | 8C | 5C | 0 | 5 | 26 | 2A | 33 | 17 | 2F |
| Octal | 224 | 214 | 134 | 0 | 5 | 46 | 52 | 63 | 27 | 57 |
| Binary | 10010100 | 10001100 | 1011100 | 0 | 101 | 100110 | 101010 | 110011 | 10111 | 101111 |
Color Harmonies of #948C5C
Complementary color
Monochromatic Colors of #948C5C
Black with #948C5C
Text Example
Text Example
White with #948C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948C5C; }
p { color: rgb(148,140,92); }
H1.HeaderClassName
{
color: #948C5C;
}
.AnyTagClassName
{
color: #948C5C;
}
</style>
background-color css
<style>
a { background-color: #948C5C; }
a { background-color: rgb(148,140,92); }
div.DivClassName
{
background-color: #948C5C;
}
.BgClassName
{
background-color: #948C5C;
}
</style>
border-color css
<style>
span { border-color: #948C5C; }
span { border-color: rgb(148,140,92); }
td.TdClassName
{
border-color: #948C5C;
}
.TagClassName
{
border-color: #948C5C;
}
</style>