Shades of Granite Green #938466
Tints of Granite Green #938466
RGB
CMYK
RGB Variations
Color information
#938466 (or 0x938466) is known color: Granite Green. HEX triplet: 93, 84 and 66. RGB value is (147,132,102). Sum of RGB (Red+Green+Blue) = 147+132+102=381 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.58% from 381); Green value is 132 (51.95% from 255 or 34.65% from 381); Blue value is 102 (40.23% from 255 or 26.77% from 381); Max value from RGB is 147 - color contains mainly: red. Hex color #938466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938466 is #6C7B99. Grayscale: #858585. Windows color (decimal): -7109530 or 6718611. OLE color: 6718611.
HSL color Cylindrical-coordinate representation of color #938466: hue angle of 40º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #938466 is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 132 | 102 | - |
| CMYK | 0 | 0.10 | 0.31 | 0.42 |
| HSL | 40º | 0.18% | 0.49% | - |
| HSV(B) | 40º | 0.31% | 0.58% | - |
| XYZ | 22.68 | 23.66 | 15.94 | - |
| YUV | 133.07 | 110.47 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 132 | 102 | 0 | 0.10 | 0.31 | 0.42 | 40 | 0.18 | 0.49 |
| Hex | 93 | 84 | 66 | 0 | A | 1F | 2A | 28 | 12 | 31 |
| Octal | 223 | 204 | 146 | 0 | 12 | 37 | 52 | 50 | 22 | 61 |
| Binary | 10010011 | 10000100 | 1100110 | 0 | 1010 | 11111 | 101010 | 101000 | 10010 | 110001 |
Color Harmonies of #938466
Complementary color
Monochromatic Colors of #938466
Black with #938466
Text Example
Text Example
White with #938466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938466; }
p { color: rgb(147,132,102); }
H1.HeaderClassName
{
color: #938466;
}
.AnyTagClassName
{
color: #938466;
}
</style>
background-color css
<style>
a { background-color: #938466; }
a { background-color: rgb(147,132,102); }
div.DivClassName
{
background-color: #938466;
}
.BgClassName
{
background-color: #938466;
}
</style>
border-color css
<style>
span { border-color: #938466; }
span { border-color: rgb(147,132,102); }
td.TdClassName
{
border-color: #938466;
}
.TagClassName
{
border-color: #938466;
}
</style>