Shades of Granite Green #908769
Tints of Granite Green #908769
RGB
CMYK
RGB Variations
Color information
#908769 (or 0x908769) is known color: Granite Green. HEX triplet: 90, 87 and 69. RGB value is (144,135,105). Sum of RGB (Red+Green+Blue) = 144+135+105=384 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.5% from 384); Green value is 135 (53.12% from 255 or 35.16% from 384); Blue value is 105 (41.41% from 255 or 27.34% from 384); Max value from RGB is 144 - color contains mainly: red. Hex color #908769 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908769 is #6F7896. Grayscale: #868686. Windows color (decimal): -7305367 or 6915984. OLE color: 6915984.
HSL color Cylindrical-coordinate representation of color #908769: hue angle of 46.15º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #908769 is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 135 | 105 | - |
| CMYK | 0 | 0.06 | 0.27 | 0.44 |
| HSL | 46.15º | 0.16% | 0.49% | - |
| HSV(B) | 46.15º | 0.27% | 0.56% | - |
| XYZ | 22.72 | 24.28 | 16.85 | - |
| YUV | 134.27 | 111.48 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 135 | 105 | 0 | 0.06 | 0.27 | 0.44 | 46.15 | 0.16 | 0.49 |
| Hex | 90 | 87 | 69 | 0 | 6 | 1B | 2C | 2E | 10 | 31 |
| Octal | 220 | 207 | 151 | 0 | 6 | 33 | 54 | 56 | 20 | 61 |
| Binary | 10010000 | 10000111 | 1101001 | 0 | 110 | 11011 | 101100 | 101110 | 10000 | 110001 |
Color Harmonies of #908769
Complementary color
Monochromatic Colors of #908769
Black with #908769
Text Example
Text Example
White with #908769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908769; }
p { color: rgb(144,135,105); }
H1.HeaderClassName
{
color: #908769;
}
.AnyTagClassName
{
color: #908769;
}
</style>
background-color css
<style>
a { background-color: #908769; }
a { background-color: rgb(144,135,105); }
div.DivClassName
{
background-color: #908769;
}
.BgClassName
{
background-color: #908769;
}
</style>
border-color css
<style>
span { border-color: #908769; }
span { border-color: rgb(144,135,105); }
td.TdClassName
{
border-color: #908769;
}
.TagClassName
{
border-color: #908769;
}
</style>