Shades of Granite Green #938A65
Tints of Granite Green #938A65
RGB
CMYK
RGB Variations
Color information
#938A65 (or 0x938A65) is known color: Granite Green. HEX triplet: 93, 8A and 65. RGB value is (147,138,101). Sum of RGB (Red+Green+Blue) = 147+138+101=386 (51% of max value = 765). Red value is 147 (57.81% from 255 or 38.08% from 386); Green value is 138 (54.30% from 255 or 35.75% from 386); Blue value is 101 (39.84% from 255 or 26.17% from 386); Max value from RGB is 147 - color contains mainly: red. Hex color #938A65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938A65 is #6C759A. Grayscale: #888888. Windows color (decimal): -7107995 or 6654611. OLE color: 6654611.
HSL color Cylindrical-coordinate representation of color #938A65: hue angle of 48.26º degrees, saturation: 0.19, 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 #938A65 is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 138 | 101 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.42 |
| HSL | 48.26º | 0.19% | 0.49% | - |
| HSV(B) | 48.26º | 0.31% | 0.58% | - |
| XYZ | 23.47 | 25.32 | 15.96 | - |
| YUV | 136.47 | 107.98 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 138 | 101 | 0 | 0.06 | 0.31 | 0.42 | 48.26 | 0.19 | 0.49 |
| Hex | 93 | 8A | 65 | 0 | 6 | 1F | 2A | 30 | 13 | 31 |
| Octal | 223 | 212 | 145 | 0 | 6 | 37 | 52 | 60 | 23 | 61 |
| Binary | 10010011 | 10001010 | 1100101 | 0 | 110 | 11111 | 101010 | 110000 | 10011 | 110001 |
Color Harmonies of #938A65
Complementary color
Monochromatic Colors of #938A65
Black with #938A65
Text Example
Text Example
White with #938A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938A65; }
p { color: rgb(147,138,101); }
H1.HeaderClassName
{
color: #938A65;
}
.AnyTagClassName
{
color: #938A65;
}
</style>
background-color css
<style>
a { background-color: #938A65; }
a { background-color: rgb(147,138,101); }
div.DivClassName
{
background-color: #938A65;
}
.BgClassName
{
background-color: #938A65;
}
</style>
border-color css
<style>
span { border-color: #938A65; }
span { border-color: rgb(147,138,101); }
td.TdClassName
{
border-color: #938A65;
}
.TagClassName
{
border-color: #938A65;
}
</style>