Shades of Granite Green #938262
Tints of Granite Green #938262
RGB
CMYK
RGB Variations
Color information
#938262 (or 0x938262) is known color: Granite Green. HEX triplet: 93, 82 and 62. RGB value is (147,130,98). Sum of RGB (Red+Green+Blue) = 147+130+98=375 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.2% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 98 (38.67% from 255 or 26.13% from 375); Max value from RGB is 147 - color contains mainly: red. Hex color #938262 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938262 is #6C7D9D. Grayscale: #838383. Windows color (decimal): -7110046 or 6455955. OLE color: 6455955.
HSL color Cylindrical-coordinate representation of color #938262: hue angle of 39.18º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #938262 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 130 | 98 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.42 |
| HSL | 39.18º | 0.2% | 0.48% | - |
| HSV(B) | 39.18º | 0.33% | 0.58% | - |
| XYZ | 22.22 | 23.05 | 14.83 | - |
| YUV | 131.44 | 109.13 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 130 | 98 | 0 | 0.12 | 0.33 | 0.42 | 39.18 | 0.2 | 0.48 |
| Hex | 93 | 82 | 62 | 0 | C | 21 | 2A | 27 | 14 | 30 |
| Octal | 223 | 202 | 142 | 0 | 14 | 41 | 52 | 47 | 24 | 60 |
| Binary | 10010011 | 10000010 | 1100010 | 0 | 1100 | 100001 | 101010 | 100111 | 10100 | 110000 |
Color Harmonies of #938262
Complementary color
Monochromatic Colors of #938262
Black with #938262
Text Example
Text Example
White with #938262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938262; }
p { color: rgb(147,130,98); }
H1.HeaderClassName
{
color: #938262;
}
.AnyTagClassName
{
color: #938262;
}
</style>
background-color css
<style>
a { background-color: #938262; }
a { background-color: rgb(147,130,98); }
div.DivClassName
{
background-color: #938262;
}
.BgClassName
{
background-color: #938262;
}
</style>
border-color css
<style>
span { border-color: #938262; }
span { border-color: rgb(147,130,98); }
td.TdClassName
{
border-color: #938262;
}
.TagClassName
{
border-color: #938262;
}
</style>