Shades of Schist #818370
Tints of Schist #818370
RGB
CMYK
RGB Variations
Color information
#818370 (or 0x818370) is known color: Schist. HEX triplet: 81, 83 and 70. RGB value is (129,131,112). Sum of RGB (Red+Green+Blue) = 129+131+112=372 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.68% from 372); Green value is 131 (51.56% from 255 or 35.22% from 372); Blue value is 112 (44.14% from 255 or 30.11% from 372); Max value from RGB is 131 - color contains mainly: green. Hex color #818370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818370 is #7E7C8F. Grayscale: #808080. Windows color (decimal): -8289424 or 7373697. OLE color: 7373697.
HSL color Cylindrical-coordinate representation of color #818370: hue angle of 66.32º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #818370 is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 131 | 112 | - |
| CMYK | 0.02 | 0 | 0.15 | 0.49 |
| HSL | 66.32º | 0.08% | 0.48% | - |
| HSV(B) | 66.32º | 0.15% | 0.51% | - |
| XYZ | 20.09 | 22.07 | 18.53 | - |
| YUV | 128.24 | 118.84 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 131 | 112 | 0.02 | 0 | 0.15 | 0.49 | 66.32 | 0.08 | 0.48 |
| Hex | 81 | 83 | 70 | 2 | 0 | F | 31 | 42 | 8 | 30 |
| Octal | 201 | 203 | 160 | 2 | 0 | 17 | 61 | 102 | 10 | 60 |
| Binary | 10000001 | 10000011 | 1110000 | 10 | 0 | 1111 | 110001 | 1000010 | 1000 | 110000 |
Color Harmonies of #818370
Complementary color
Monochromatic Colors of #818370
Black with #818370
Text Example
Text Example
White with #818370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818370; }
p { color: rgb(129,131,112); }
H1.HeaderClassName
{
color: #818370;
}
.AnyTagClassName
{
color: #818370;
}
</style>
background-color css
<style>
a { background-color: #818370; }
a { background-color: rgb(129,131,112); }
div.DivClassName
{
background-color: #818370;
}
.BgClassName
{
background-color: #818370;
}
</style>
border-color css
<style>
span { border-color: #818370; }
span { border-color: rgb(129,131,112); }
td.TdClassName
{
border-color: #818370;
}
.TagClassName
{
border-color: #818370;
}
</style>