Shades of Granite Green #938767
Tints of Granite Green #938767
RGB
CMYK
RGB Variations
Color information
#938767 (or 0x938767) is known color: Granite Green. HEX triplet: 93, 87 and 67. RGB value is (147,135,103). Sum of RGB (Red+Green+Blue) = 147+135+103=385 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.18% from 385); Green value is 135 (53.12% from 255 or 35.06% from 385); Blue value is 103 (40.62% from 255 or 26.75% from 385); Max value from RGB is 147 - color contains mainly: red. Hex color #938767 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938767 is #6C7898. Grayscale: #878787. Windows color (decimal): -7108761 or 6784915. OLE color: 6784915.
HSL color Cylindrical-coordinate representation of color #938767: hue angle of 43.64º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #938767 is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 135 | 103 | - |
| CMYK | 0 | 0.08 | 0.30 | 0.42 |
| HSL | 43.64º | 0.18% | 0.49% | - |
| HSV(B) | 43.64º | 0.3% | 0.58% | - |
| XYZ | 23.14 | 24.51 | 16.34 | - |
| YUV | 134.94 | 109.98 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 135 | 103 | 0 | 0.08 | 0.30 | 0.42 | 43.64 | 0.18 | 0.49 |
| Hex | 93 | 87 | 67 | 0 | 8 | 1E | 2A | 2C | 12 | 31 |
| Octal | 223 | 207 | 147 | 0 | 10 | 36 | 52 | 54 | 22 | 61 |
| Binary | 10010011 | 10000111 | 1100111 | 0 | 1000 | 11110 | 101010 | 101100 | 10010 | 110001 |
Color Harmonies of #938767
Complementary color
Monochromatic Colors of #938767
Black with #938767
Text Example
Text Example
White with #938767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938767; }
p { color: rgb(147,135,103); }
H1.HeaderClassName
{
color: #938767;
}
.AnyTagClassName
{
color: #938767;
}
</style>
background-color css
<style>
a { background-color: #938767; }
a { background-color: rgb(147,135,103); }
div.DivClassName
{
background-color: #938767;
}
.BgClassName
{
background-color: #938767;
}
</style>
border-color css
<style>
span { border-color: #938767; }
span { border-color: rgb(147,135,103); }
td.TdClassName
{
border-color: #938767;
}
.TagClassName
{
border-color: #938767;
}
</style>