Shades of Granite Green #938961
Tints of Granite Green #938961
RGB
CMYK
RGB Variations
Color information
#938961 (or 0x938961) is known color: Granite Green. HEX triplet: 93, 89 and 61. RGB value is (147,137,97). Sum of RGB (Red+Green+Blue) = 147+137+97=381 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.58% from 381); Green value is 137 (53.91% from 255 or 35.96% from 381); Blue value is 97 (38.28% from 255 or 25.46% from 381); Max value from RGB is 147 - color contains mainly: red. Hex color #938961 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938961 is #6C769E. Grayscale: #878787. Windows color (decimal): -7108255 or 6392211. OLE color: 6392211.
HSL color Cylindrical-coordinate representation of color #938961: hue angle of 48º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #938961 is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 137 | 97 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.42 |
| HSL | 48º | 0.2% | 0.48% | - |
| HSV(B) | 48º | 0.34% | 0.58% | - |
| XYZ | 23.14 | 24.96 | 14.91 | - |
| YUV | 135.43 | 106.31 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 137 | 97 | 0 | 0.07 | 0.34 | 0.42 | 48 | 0.2 | 0.48 |
| Hex | 93 | 89 | 61 | 0 | 7 | 22 | 2A | 30 | 14 | 30 |
| Octal | 223 | 211 | 141 | 0 | 7 | 42 | 52 | 60 | 24 | 60 |
| Binary | 10010011 | 10001001 | 1100001 | 0 | 111 | 100010 | 101010 | 110000 | 10100 | 110000 |
Color Harmonies of #938961
Complementary color
Monochromatic Colors of #938961
Black with #938961
Text Example
Text Example
White with #938961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938961; }
p { color: rgb(147,137,97); }
H1.HeaderClassName
{
color: #938961;
}
.AnyTagClassName
{
color: #938961;
}
</style>
background-color css
<style>
a { background-color: #938961; }
a { background-color: rgb(147,137,97); }
div.DivClassName
{
background-color: #938961;
}
.BgClassName
{
background-color: #938961;
}
</style>
border-color css
<style>
span { border-color: #938961; }
span { border-color: rgb(147,137,97); }
td.TdClassName
{
border-color: #938961;
}
.TagClassName
{
border-color: #938961;
}
</style>