Shades of Granite Green #898269
Tints of Granite Green #898269
RGB
CMYK
RGB Variations
Color information
#898269 (or 0x898269) is known color: Granite Green. HEX triplet: 89, 82 and 69. RGB value is (137,130,105). Sum of RGB (Red+Green+Blue) = 137+130+105=372 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.83% from 372); Green value is 130 (51.17% from 255 or 34.95% from 372); Blue value is 105 (41.41% from 255 or 28.23% from 372); Max value from RGB is 137 - color contains mainly: red. Hex color #898269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898269 is #767D96. Grayscale: #818181. Windows color (decimal): -7765399 or 6914697. OLE color: 6914697.
HSL color Cylindrical-coordinate representation of color #898269: hue angle of 46.88º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #898269 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 130 | 105 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.46 |
| HSL | 46.88º | 0.13% | 0.47% | - |
| HSV(B) | 46.88º | 0.23% | 0.54% | - |
| XYZ | 20.85 | 22.3 | 16.57 | - |
| YUV | 129.24 | 114.32 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 130 | 105 | 0 | 0.05 | 0.23 | 0.46 | 46.88 | 0.13 | 0.47 |
| Hex | 89 | 82 | 69 | 0 | 5 | 17 | 2E | 2F | D | 2F |
| Octal | 211 | 202 | 151 | 0 | 5 | 27 | 56 | 57 | 15 | 57 |
| Binary | 10001001 | 10000010 | 1101001 | 0 | 101 | 10111 | 101110 | 101111 | 1101 | 101111 |
Color Harmonies of #898269
Complementary color
Monochromatic Colors of #898269
Black with #898269
Text Example
Text Example
White with #898269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898269; }
p { color: rgb(137,130,105); }
H1.HeaderClassName
{
color: #898269;
}
.AnyTagClassName
{
color: #898269;
}
</style>
background-color css
<style>
a { background-color: #898269; }
a { background-color: rgb(137,130,105); }
div.DivClassName
{
background-color: #898269;
}
.BgClassName
{
background-color: #898269;
}
</style>
border-color css
<style>
span { border-color: #898269; }
span { border-color: rgb(137,130,105); }
td.TdClassName
{
border-color: #898269;
}
.TagClassName
{
border-color: #898269;
}
</style>