Shades of Granite Green #938B5C
Tints of Granite Green #938B5C
RGB
CMYK
RGB Variations
Color information
#938B5C (or 0x938B5C) is known color: Granite Green. HEX triplet: 93, 8B and 5C. RGB value is (147,139,92). Sum of RGB (Red+Green+Blue) = 147+139+92=378 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.89% from 378); Green value is 139 (54.69% from 255 or 36.77% from 378); Blue value is 92 (36.33% from 255 or 24.34% from 378); Max value from RGB is 147 - color contains mainly: red. Hex color #938B5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938B5C is #6C74A3. Grayscale: #888888. Windows color (decimal): -7107748 or 6065043. OLE color: 6065043.
HSL color Cylindrical-coordinate representation of color #938B5C: hue angle of 51.27º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #938B5C is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 139 | 92 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.42 |
| HSL | 51.27º | 0.23% | 0.47% | - |
| HSV(B) | 51.27º | 0.37% | 0.58% | - |
| XYZ | 23.2 | 25.44 | 13.81 | - |
| YUV | 136.03 | 103.15 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 139 | 92 | 0 | 0.05 | 0.37 | 0.42 | 51.27 | 0.23 | 0.47 |
| Hex | 93 | 8B | 5C | 0 | 5 | 25 | 2A | 33 | 17 | 2F |
| Octal | 223 | 213 | 134 | 0 | 5 | 45 | 52 | 63 | 27 | 57 |
| Binary | 10010011 | 10001011 | 1011100 | 0 | 101 | 100101 | 101010 | 110011 | 10111 | 101111 |
Color Harmonies of #938B5C
Complementary color
Monochromatic Colors of #938B5C
Black with #938B5C
Text Example
Text Example
White with #938B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938B5C; }
p { color: rgb(147,139,92); }
H1.HeaderClassName
{
color: #938B5C;
}
.AnyTagClassName
{
color: #938B5C;
}
</style>
background-color css
<style>
a { background-color: #938B5C; }
a { background-color: rgb(147,139,92); }
div.DivClassName
{
background-color: #938B5C;
}
.BgClassName
{
background-color: #938B5C;
}
</style>
border-color css
<style>
span { border-color: #938B5C; }
span { border-color: rgb(147,139,92); }
td.TdClassName
{
border-color: #938B5C;
}
.TagClassName
{
border-color: #938B5C;
}
</style>