Shades of Granite Green #94845F
Tints of Granite Green #94845F
RGB
CMYK
RGB Variations
Color information
#94845F (or 0x94845F) is known color: Granite Green. HEX triplet: 94, 84 and 5F. RGB value is (148,132,95). Sum of RGB (Red+Green+Blue) = 148+132+95=375 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.47% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 95 (37.5% from 255 or 25.33% from 375); Max value from RGB is 148 - color contains mainly: red. Hex color #94845F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94845F is #6B7BA0. Grayscale: #848484. Windows color (decimal): -7044001 or 6259860. OLE color: 6259860.
HSL color Cylindrical-coordinate representation of color #94845F: hue angle of 41.89º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94845F is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 132 | 95 | - |
| CMYK | 0 | 0.11 | 0.36 | 0.42 |
| HSL | 41.89º | 0.22% | 0.48% | - |
| HSV(B) | 41.89º | 0.36% | 0.58% | - |
| XYZ | 22.53 | 23.62 | 14.2 | - |
| YUV | 132.57 | 106.8 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 132 | 95 | 0 | 0.11 | 0.36 | 0.42 | 41.89 | 0.22 | 0.48 |
| Hex | 94 | 84 | 5F | 0 | B | 24 | 2A | 2A | 16 | 30 |
| Octal | 224 | 204 | 137 | 0 | 13 | 44 | 52 | 52 | 26 | 60 |
| Binary | 10010100 | 10000100 | 1011111 | 0 | 1011 | 100100 | 101010 | 101010 | 10110 | 110000 |
Color Harmonies of #94845F
Complementary color
Monochromatic Colors of #94845F
Black with #94845F
Text Example
Text Example
White with #94845F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94845F; }
p { color: rgb(148,132,95); }
H1.HeaderClassName
{
color: #94845F;
}
.AnyTagClassName
{
color: #94845F;
}
</style>
background-color css
<style>
a { background-color: #94845F; }
a { background-color: rgb(148,132,95); }
div.DivClassName
{
background-color: #94845F;
}
.BgClassName
{
background-color: #94845F;
}
</style>
border-color css
<style>
span { border-color: #94845F; }
span { border-color: rgb(148,132,95); }
td.TdClassName
{
border-color: #94845F;
}
.TagClassName
{
border-color: #94845F;
}
</style>