Shades of Granite Green #90875C
Tints of Granite Green #90875C
RGB
CMYK
RGB Variations
Color information
#90875C (or 0x90875C) is known color: Granite Green. HEX triplet: 90, 87 and 5C. RGB value is (144,135,92). Sum of RGB (Red+Green+Blue) = 144+135+92=371 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.81% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 144 - color contains mainly: red. Hex color #90875C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90875C is #6F78A3. Grayscale: #848484. Windows color (decimal): -7305380 or 6064016. OLE color: 6064016.
HSL color Cylindrical-coordinate representation of color #90875C: hue angle of 49.62º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #90875C is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 135 | 92 | - |
| CMYK | 0 | 0.06 | 0.36 | 0.44 |
| HSL | 49.62º | 0.22% | 0.46% | - |
| HSV(B) | 49.62º | 0.36% | 0.56% | - |
| XYZ | 22.1 | 24.03 | 13.6 | - |
| YUV | 132.79 | 104.98 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 135 | 92 | 0 | 0.06 | 0.36 | 0.44 | 49.62 | 0.22 | 0.46 |
| Hex | 90 | 87 | 5C | 0 | 6 | 24 | 2C | 32 | 16 | 2E |
| Octal | 220 | 207 | 134 | 0 | 6 | 44 | 54 | 62 | 26 | 56 |
| Binary | 10010000 | 10000111 | 1011100 | 0 | 110 | 100100 | 101100 | 110010 | 10110 | 101110 |
Color Harmonies of #90875C
Complementary color
Monochromatic Colors of #90875C
Black with #90875C
Text Example
Text Example
White with #90875C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90875C; }
p { color: rgb(144,135,92); }
H1.HeaderClassName
{
color: #90875C;
}
.AnyTagClassName
{
color: #90875C;
}
</style>
background-color css
<style>
a { background-color: #90875C; }
a { background-color: rgb(144,135,92); }
div.DivClassName
{
background-color: #90875C;
}
.BgClassName
{
background-color: #90875C;
}
</style>
border-color css
<style>
span { border-color: #90875C; }
span { border-color: rgb(144,135,92); }
td.TdClassName
{
border-color: #90875C;
}
.TagClassName
{
border-color: #90875C;
}
</style>