Shades of Granite Green #8A8468
Tints of Granite Green #8A8468
RGB
CMYK
RGB Variations
Color information
#8A8468 (or 0x8A8468) is known color: Granite Green. HEX triplet: 8A, 84 and 68. RGB value is (138,132,104). Sum of RGB (Red+Green+Blue) = 138+132+104=374 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.90% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 104 (41.02% from 255 or 27.81% from 374); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8468 is #757B97. Grayscale: #828282. Windows color (decimal): -7699352 or 6849674. OLE color: 6849674.
HSL color Cylindrical-coordinate representation of color #8A8468: hue angle of 49.41º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8A8468 is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 132 | 104 | - |
| CMYK | 0 | 0.04 | 0.25 | 0.46 |
| HSL | 49.41º | 0.14% | 0.47% | - |
| HSV(B) | 49.41º | 0.25% | 0.54% | - |
| XYZ | 21.23 | 22.91 | 16.4 | - |
| YUV | 130.6 | 112.99 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 132 | 104 | 0 | 0.04 | 0.25 | 0.46 | 49.41 | 0.14 | 0.47 |
| Hex | 8A | 84 | 68 | 0 | 4 | 19 | 2E | 31 | E | 2F |
| Octal | 212 | 204 | 150 | 0 | 4 | 31 | 56 | 61 | 16 | 57 |
| Binary | 10001010 | 10000100 | 1101000 | 0 | 100 | 11001 | 101110 | 110001 | 1110 | 101111 |
Color Harmonies of #8A8468
Complementary color
Monochromatic Colors of #8A8468
Black with #8A8468
Text Example
Text Example
White with #8A8468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8468; }
p { color: rgb(138,132,104); }
H1.HeaderClassName
{
color: #8A8468;
}
.AnyTagClassName
{
color: #8A8468;
}
</style>
background-color css
<style>
a { background-color: #8A8468; }
a { background-color: rgb(138,132,104); }
div.DivClassName
{
background-color: #8A8468;
}
.BgClassName
{
background-color: #8A8468;
}
</style>
border-color css
<style>
span { border-color: #8A8468; }
span { border-color: rgb(138,132,104); }
td.TdClassName
{
border-color: #8A8468;
}
.TagClassName
{
border-color: #8A8468;
}
</style>