Shades of Schist #8A8A71
Tints of Schist #8A8A71
RGB
CMYK
RGB Variations
Color information
#8A8A71 (or 0x8A8A71) is known color: Schist. HEX triplet: 8A, 8A and 71. RGB value is (138,138,113). Sum of RGB (Red+Green+Blue) = 138+138+113=389 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.48% from 389); Green value is 138 (54.30% from 255 or 35.48% from 389); Blue value is 113 (44.53% from 255 or 29.05% from 389); Max value from RGB is 138 - color contains mainly: red, green. Hex color #8A8A71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8A71 is #75758E. Grayscale: #878787. Windows color (decimal): -7697807 or 7441034. OLE color: 7441034.
HSL color Cylindrical-coordinate representation of color #8A8A71: hue angle of 60º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8A8A71 is Cyan = 0, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 138 | 113 | - |
| CMYK | 0 | 0 | 0.18 | 0.46 |
| HSL | 60º | 0.1% | 0.49% | - |
| HSV(B) | 60º | 0.18% | 0.54% | - |
| XYZ | 22.55 | 24.77 | 19.22 | - |
| YUV | 135.15 | 115.5 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 138 | 113 | 0 | 0 | 0.18 | 0.46 | 60 | 0.1 | 0.49 |
| Hex | 8A | 8A | 71 | 0 | 0 | 12 | 2E | 3C | A | 31 |
| Octal | 212 | 212 | 161 | 0 | 0 | 22 | 56 | 74 | 12 | 61 |
| Binary | 10001010 | 10001010 | 1110001 | 0 | 0 | 10010 | 101110 | 111100 | 1010 | 110001 |
Color Harmonies of #8A8A71
Complementary color
Monochromatic Colors of #8A8A71
Black with #8A8A71
Text Example
Text Example
White with #8A8A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8A71; }
p { color: rgb(138,138,113); }
H1.HeaderClassName
{
color: #8A8A71;
}
.AnyTagClassName
{
color: #8A8A71;
}
</style>
background-color css
<style>
a { background-color: #8A8A71; }
a { background-color: rgb(138,138,113); }
div.DivClassName
{
background-color: #8A8A71;
}
.BgClassName
{
background-color: #8A8A71;
}
</style>
border-color css
<style>
span { border-color: #8A8A71; }
span { border-color: rgb(138,138,113); }
td.TdClassName
{
border-color: #8A8A71;
}
.TagClassName
{
border-color: #8A8A71;
}
</style>