Shades of Granite Green #908763
Tints of Granite Green #908763
RGB
CMYK
RGB Variations
Color information
#908763 (or 0x908763) is known color: Granite Green. HEX triplet: 90, 87 and 63. RGB value is (144,135,99). Sum of RGB (Red+Green+Blue) = 144+135+99=378 (50% of max value = 765). Red value is 144 (56.64% from 255 or 38.10% from 378); Green value is 135 (53.12% from 255 or 35.71% from 378); Blue value is 99 (39.06% from 255 or 26.19% from 378); Max value from RGB is 144 - color contains mainly: red. Hex color #908763 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908763 is #6F789C. Grayscale: #858585. Windows color (decimal): -7305373 or 6522768. OLE color: 6522768.
HSL color Cylindrical-coordinate representation of color #908763: hue angle of 48º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #908763 is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 135 | 99 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.44 |
| HSL | 48º | 0.19% | 0.48% | - |
| HSV(B) | 48º | 0.31% | 0.56% | - |
| XYZ | 22.42 | 24.16 | 15.29 | - |
| YUV | 133.59 | 108.48 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 135 | 99 | 0 | 0.06 | 0.31 | 0.44 | 48 | 0.19 | 0.48 |
| Hex | 90 | 87 | 63 | 0 | 6 | 1F | 2C | 30 | 13 | 30 |
| Octal | 220 | 207 | 143 | 0 | 6 | 37 | 54 | 60 | 23 | 60 |
| Binary | 10010000 | 10000111 | 1100011 | 0 | 110 | 11111 | 101100 | 110000 | 10011 | 110000 |
Color Harmonies of #908763
Complementary color
Monochromatic Colors of #908763
Black with #908763
Text Example
Text Example
White with #908763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908763; }
p { color: rgb(144,135,99); }
H1.HeaderClassName
{
color: #908763;
}
.AnyTagClassName
{
color: #908763;
}
</style>
background-color css
<style>
a { background-color: #908763; }
a { background-color: rgb(144,135,99); }
div.DivClassName
{
background-color: #908763;
}
.BgClassName
{
background-color: #908763;
}
</style>
border-color css
<style>
span { border-color: #908763; }
span { border-color: rgb(144,135,99); }
td.TdClassName
{
border-color: #908763;
}
.TagClassName
{
border-color: #908763;
}
</style>