Shades of Granite Green #938A67
Tints of Granite Green #938A67
RGB
CMYK
RGB Variations
Color information
#938A67 (or 0x938A67) is known color: Granite Green. HEX triplet: 93, 8A and 67. RGB value is (147,138,103). Sum of RGB (Red+Green+Blue) = 147+138+103=388 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.89% from 388); Green value is 138 (54.30% from 255 or 35.57% from 388); Blue value is 103 (40.62% from 255 or 26.55% from 388); Max value from RGB is 147 - color contains mainly: red. Hex color #938A67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938A67 is #6C7598. Grayscale: #888888. Windows color (decimal): -7107993 or 6785683. OLE color: 6785683.
HSL color Cylindrical-coordinate representation of color #938A67: hue angle of 47.73º 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 #938A67 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 138 | 103 | - |
| CMYK | 0 | 0.06 | 0.30 | 0.42 |
| HSL | 47.73º | 0.18% | 0.49% | - |
| HSV(B) | 47.73º | 0.3% | 0.58% | - |
| XYZ | 23.57 | 25.36 | 16.48 | - |
| YUV | 136.7 | 108.98 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 138 | 103 | 0 | 0.06 | 0.30 | 0.42 | 47.73 | 0.18 | 0.49 |
| Hex | 93 | 8A | 67 | 0 | 6 | 1E | 2A | 30 | 12 | 31 |
| Octal | 223 | 212 | 147 | 0 | 6 | 36 | 52 | 60 | 22 | 61 |
| Binary | 10010011 | 10001010 | 1100111 | 0 | 110 | 11110 | 101010 | 110000 | 10010 | 110001 |
Color Harmonies of #938A67
Complementary color
Monochromatic Colors of #938A67
Black with #938A67
Text Example
Text Example
White with #938A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938A67; }
p { color: rgb(147,138,103); }
H1.HeaderClassName
{
color: #938A67;
}
.AnyTagClassName
{
color: #938A67;
}
</style>
background-color css
<style>
a { background-color: #938A67; }
a { background-color: rgb(147,138,103); }
div.DivClassName
{
background-color: #938A67;
}
.BgClassName
{
background-color: #938A67;
}
</style>
border-color css
<style>
span { border-color: #938A67; }
span { border-color: rgb(147,138,103); }
td.TdClassName
{
border-color: #938A67;
}
.TagClassName
{
border-color: #938A67;
}
</style>