Shades of Granite Green #94885C
Tints of Granite Green #94885C
RGB
CMYK
RGB Variations
Color information
#94885C (or 0x94885C) is known color: Granite Green. HEX triplet: 94, 88 and 5C. RGB value is (148,136,92). Sum of RGB (Red+Green+Blue) = 148+136+92=376 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.36% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 92 (36.33% from 255 or 24.47% from 376); Max value from RGB is 148 - color contains mainly: red. Hex color #94885C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94885C is #6B77A3. Grayscale: #868686. Windows color (decimal): -7042980 or 6064276. OLE color: 6064276.
HSL color Cylindrical-coordinate representation of color #94885C: hue angle of 47.14º 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 #94885C is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 136 | 92 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.42 |
| HSL | 47.14º | 0.23% | 0.47% | - |
| HSV(B) | 47.14º | 0.38% | 0.58% | - |
| XYZ | 22.95 | 24.68 | 13.68 | - |
| YUV | 134.57 | 103.98 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 136 | 92 | 0 | 0.08 | 0.38 | 0.42 | 47.14 | 0.23 | 0.47 |
| Hex | 94 | 88 | 5C | 0 | 8 | 26 | 2A | 2F | 17 | 2F |
| Octal | 224 | 210 | 134 | 0 | 10 | 46 | 52 | 57 | 27 | 57 |
| Binary | 10010100 | 10001000 | 1011100 | 0 | 1000 | 100110 | 101010 | 101111 | 10111 | 101111 |
Color Harmonies of #94885C
Complementary color
Monochromatic Colors of #94885C
Black with #94885C
Text Example
Text Example
White with #94885C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94885C; }
p { color: rgb(148,136,92); }
H1.HeaderClassName
{
color: #94885C;
}
.AnyTagClassName
{
color: #94885C;
}
</style>
background-color css
<style>
a { background-color: #94885C; }
a { background-color: rgb(148,136,92); }
div.DivClassName
{
background-color: #94885C;
}
.BgClassName
{
background-color: #94885C;
}
</style>
border-color css
<style>
span { border-color: #94885C; }
span { border-color: rgb(148,136,92); }
td.TdClassName
{
border-color: #94885C;
}
.TagClassName
{
border-color: #94885C;
}
</style>