Shades of Granite Green #90896B
Tints of Granite Green #90896B
RGB
CMYK
RGB Variations
Color information
#90896B (or 0x90896B) is known color: Granite Green. HEX triplet: 90, 89 and 6B. RGB value is (144,137,107). Sum of RGB (Red+Green+Blue) = 144+137+107=388 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.11% from 388); Green value is 137 (53.91% from 255 or 35.31% from 388); Blue value is 107 (42.19% from 255 or 27.58% from 388); Max value from RGB is 144 - color contains mainly: red. Hex color #90896B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90896B is #6F7694. Grayscale: #878787. Windows color (decimal): -7304853 or 7047568. OLE color: 7047568.
HSL color Cylindrical-coordinate representation of color #90896B: hue angle of 48.65º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #90896B is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 137 | 107 | - |
| CMYK | 0 | 0.05 | 0.26 | 0.44 |
| HSL | 48.65º | 0.15% | 0.49% | - |
| HSV(B) | 48.65º | 0.26% | 0.56% | - |
| XYZ | 23.1 | 24.88 | 17.5 | - |
| YUV | 135.67 | 111.82 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 137 | 107 | 0 | 0.05 | 0.26 | 0.44 | 48.65 | 0.15 | 0.49 |
| Hex | 90 | 89 | 6B | 0 | 5 | 1A | 2C | 31 | F | 31 |
| Octal | 220 | 211 | 153 | 0 | 5 | 32 | 54 | 61 | 17 | 61 |
| Binary | 10010000 | 10001001 | 1101011 | 0 | 101 | 11010 | 101100 | 110001 | 1111 | 110001 |
Color Harmonies of #90896B
Complementary color
Monochromatic Colors of #90896B
Black with #90896B
Text Example
Text Example
White with #90896B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90896B; }
p { color: rgb(144,137,107); }
H1.HeaderClassName
{
color: #90896B;
}
.AnyTagClassName
{
color: #90896B;
}
</style>
background-color css
<style>
a { background-color: #90896B; }
a { background-color: rgb(144,137,107); }
div.DivClassName
{
background-color: #90896B;
}
.BgClassName
{
background-color: #90896B;
}
</style>
border-color css
<style>
span { border-color: #90896B; }
span { border-color: rgb(144,137,107); }
td.TdClassName
{
border-color: #90896B;
}
.TagClassName
{
border-color: #90896B;
}
</style>