Shades of Granite Green #938867
Tints of Granite Green #938867
RGB
CMYK
RGB Variations
Color information
#938867 (or 0x938867) is known color: Granite Green. HEX triplet: 93, 88 and 67. RGB value is (147,136,103). Sum of RGB (Red+Green+Blue) = 147+136+103=386 (51% of max value = 765). Red value is 147 (57.81% from 255 or 38.08% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 103 (40.62% from 255 or 26.68% from 386); Max value from RGB is 147 - color contains mainly: red. Hex color #938867 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938867 is #6C7798. Grayscale: #878787. Windows color (decimal): -7108505 or 6785171. OLE color: 6785171.
HSL color Cylindrical-coordinate representation of color #938867: hue angle of 45º 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 #938867 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 136 | 103 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.42 |
| HSL | 45º | 0.18% | 0.49% | - |
| HSV(B) | 45º | 0.3% | 0.58% | - |
| XYZ | 23.28 | 24.79 | 16.39 | - |
| YUV | 135.53 | 109.64 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 136 | 103 | 0 | 0.07 | 0.30 | 0.42 | 45 | 0.18 | 0.49 |
| Hex | 93 | 88 | 67 | 0 | 7 | 1E | 2A | 2D | 12 | 31 |
| Octal | 223 | 210 | 147 | 0 | 7 | 36 | 52 | 55 | 22 | 61 |
| Binary | 10010011 | 10001000 | 1100111 | 0 | 111 | 11110 | 101010 | 101101 | 10010 | 110001 |
Color Harmonies of #938867
Complementary color
Monochromatic Colors of #938867
Black with #938867
Text Example
Text Example
White with #938867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938867; }
p { color: rgb(147,136,103); }
H1.HeaderClassName
{
color: #938867;
}
.AnyTagClassName
{
color: #938867;
}
</style>
background-color css
<style>
a { background-color: #938867; }
a { background-color: rgb(147,136,103); }
div.DivClassName
{
background-color: #938867;
}
.BgClassName
{
background-color: #938867;
}
</style>
border-color css
<style>
span { border-color: #938867; }
span { border-color: rgb(147,136,103); }
td.TdClassName
{
border-color: #938867;
}
.TagClassName
{
border-color: #938867;
}
</style>