Shades of Granite Green #92875D
Tints of Granite Green #92875D
RGB
CMYK
RGB Variations
Color information
#92875D (or 0x92875D) is known color: Granite Green. HEX triplet: 92, 87 and 5D. RGB value is (146,135,93). Sum of RGB (Red+Green+Blue) = 146+135+93=374 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.04% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 93 (36.72% from 255 or 24.87% from 374); Max value from RGB is 146 - color contains mainly: red. Hex color #92875D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92875D is #6D78A2. Grayscale: #858585. Windows color (decimal): -7174307 or 6129554. OLE color: 6129554.
HSL color Cylindrical-coordinate representation of color #92875D: hue angle of 47.55º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #92875D is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 135 | 93 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.43 |
| HSL | 47.55º | 0.22% | 0.47% | - |
| HSV(B) | 47.55º | 0.36% | 0.57% | - |
| XYZ | 22.49 | 24.23 | 13.85 | - |
| YUV | 133.5 | 105.14 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 135 | 93 | 0 | 0.08 | 0.36 | 0.43 | 47.55 | 0.22 | 0.47 |
| Hex | 92 | 87 | 5D | 0 | 8 | 24 | 2B | 30 | 16 | 2F |
| Octal | 222 | 207 | 135 | 0 | 10 | 44 | 53 | 60 | 26 | 57 |
| Binary | 10010010 | 10000111 | 1011101 | 0 | 1000 | 100100 | 101011 | 110000 | 10110 | 101111 |
Color Harmonies of #92875D
Complementary color
Monochromatic Colors of #92875D
Black with #92875D
Text Example
Text Example
White with #92875D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92875D; }
p { color: rgb(146,135,93); }
H1.HeaderClassName
{
color: #92875D;
}
.AnyTagClassName
{
color: #92875D;
}
</style>
background-color css
<style>
a { background-color: #92875D; }
a { background-color: rgb(146,135,93); }
div.DivClassName
{
background-color: #92875D;
}
.BgClassName
{
background-color: #92875D;
}
</style>
border-color css
<style>
span { border-color: #92875D; }
span { border-color: rgb(146,135,93); }
td.TdClassName
{
border-color: #92875D;
}
.TagClassName
{
border-color: #92875D;
}
</style>