Shades of Granite Green #908369
Tints of Granite Green #908369
RGB
CMYK
RGB Variations
Color information
#908369 (or 0x908369) is known color: Granite Green. HEX triplet: 90, 83 and 69. RGB value is (144,131,105). Sum of RGB (Red+Green+Blue) = 144+131+105=380 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.89% from 380); Green value is 131 (51.56% from 255 or 34.47% from 380); Blue value is 105 (41.41% from 255 or 27.63% from 380); Max value from RGB is 144 - color contains mainly: red. Hex color #908369 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908369 is #6F7C96. Grayscale: #848484. Windows color (decimal): -7306391 or 6914960. OLE color: 6914960.
HSL color Cylindrical-coordinate representation of color #908369: hue angle of 40º 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 #908369 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 131 | 105 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.44 |
| HSL | 40º | 0.16% | 0.49% | - |
| HSV(B) | 40º | 0.27% | 0.56% | - |
| XYZ | 22.17 | 23.18 | 16.67 | - |
| YUV | 131.92 | 112.81 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 131 | 105 | 0 | 0.09 | 0.27 | 0.44 | 40 | 0.16 | 0.49 |
| Hex | 90 | 83 | 69 | 0 | 9 | 1B | 2C | 28 | 10 | 31 |
| Octal | 220 | 203 | 151 | 0 | 11 | 33 | 54 | 50 | 20 | 61 |
| Binary | 10010000 | 10000011 | 1101001 | 0 | 1001 | 11011 | 101100 | 101000 | 10000 | 110001 |
Color Harmonies of #908369
Complementary color
Monochromatic Colors of #908369
Black with #908369
Text Example
Text Example
White with #908369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908369; }
p { color: rgb(144,131,105); }
H1.HeaderClassName
{
color: #908369;
}
.AnyTagClassName
{
color: #908369;
}
</style>
background-color css
<style>
a { background-color: #908369; }
a { background-color: rgb(144,131,105); }
div.DivClassName
{
background-color: #908369;
}
.BgClassName
{
background-color: #908369;
}
</style>
border-color css
<style>
span { border-color: #908369; }
span { border-color: rgb(144,131,105); }
td.TdClassName
{
border-color: #908369;
}
.TagClassName
{
border-color: #908369;
}
</style>