Shades of Granite Green #938A64
Tints of Granite Green #938A64
RGB
CMYK
RGB Variations
Color information
#938A64 (or 0x938A64) is known color: Granite Green. HEX triplet: 93, 8A and 64. RGB value is (147,138,100). Sum of RGB (Red+Green+Blue) = 147+138+100=385 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.18% from 385); Green value is 138 (54.30% from 255 or 35.84% from 385); Blue value is 100 (39.45% from 255 or 25.97% from 385); Max value from RGB is 147 - color contains mainly: red. Hex color #938A64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938A64 is #6C759B. Grayscale: #888888. Windows color (decimal): -7107996 or 6589075. OLE color: 6589075.
HSL color Cylindrical-coordinate representation of color #938A64: hue angle of 48.51º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #938A64 is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 138 | 100 | - |
| CMYK | 0 | 0.06 | 0.32 | 0.42 |
| HSL | 48.51º | 0.19% | 0.48% | - |
| HSV(B) | 48.51º | 0.32% | 0.58% | - |
| XYZ | 23.42 | 25.3 | 15.71 | - |
| YUV | 136.36 | 107.48 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 138 | 100 | 0 | 0.06 | 0.32 | 0.42 | 48.51 | 0.19 | 0.48 |
| Hex | 93 | 8A | 64 | 0 | 6 | 20 | 2A | 31 | 13 | 30 |
| Octal | 223 | 212 | 144 | 0 | 6 | 40 | 52 | 61 | 23 | 60 |
| Binary | 10010011 | 10001010 | 1100100 | 0 | 110 | 100000 | 101010 | 110001 | 10011 | 110000 |
Color Harmonies of #938A64
Complementary color
Monochromatic Colors of #938A64
Black with #938A64
Text Example
Text Example
White with #938A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938A64; }
p { color: rgb(147,138,100); }
H1.HeaderClassName
{
color: #938A64;
}
.AnyTagClassName
{
color: #938A64;
}
</style>
background-color css
<style>
a { background-color: #938A64; }
a { background-color: rgb(147,138,100); }
div.DivClassName
{
background-color: #938A64;
}
.BgClassName
{
background-color: #938A64;
}
</style>
border-color css
<style>
span { border-color: #938A64; }
span { border-color: rgb(147,138,100); }
td.TdClassName
{
border-color: #938A64;
}
.TagClassName
{
border-color: #938A64;
}
</style>