Shades of Pale Oyster #9F8F70
Tints of Pale Oyster #9F8F70
RGB
CMYK
RGB Variations
Color information
#9F8F70 (or 0x9F8F70) is known color: Pale Oyster. HEX triplet: 9F, 8F and 70. RGB value is (159,143,112). Sum of RGB (Red+Green+Blue) = 159+143+112=414 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.41% from 414); Green value is 143 (56.25% from 255 or 34.54% from 414); Blue value is 112 (44.14% from 255 or 27.05% from 414); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8F70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8F70 is #60708F. Grayscale: #909090. Windows color (decimal): -6320272 or 7376799. OLE color: 7376799.
HSL color Cylindrical-coordinate representation of color #9F8F70: hue angle of 39.57º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9F8F70 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 143 | 112 | - |
| CMYK | 0 | 0.10 | 0.30 | 0.38 |
| HSL | 39.57º | 0.2% | 0.53% | - |
| HSV(B) | 39.57º | 0.3% | 0.62% | - |
| XYZ | 27.05 | 28.19 | 19.34 | - |
| YUV | 144.25 | 109.8 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 143 | 112 | 0 | 0.10 | 0.30 | 0.38 | 39.57 | 0.2 | 0.53 |
| Hex | 9F | 8F | 70 | 0 | A | 1E | 26 | 28 | 14 | 35 |
| Octal | 237 | 217 | 160 | 0 | 12 | 36 | 46 | 50 | 24 | 65 |
| Binary | 10011111 | 10001111 | 1110000 | 0 | 1010 | 11110 | 100110 | 101000 | 10100 | 110101 |
Color Harmonies of #9F8F70
Complementary color
Monochromatic Colors of #9F8F70
Black with #9F8F70
Text Example
Text Example
White with #9F8F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8F70; }
p { color: rgb(159,143,112); }
H1.HeaderClassName
{
color: #9F8F70;
}
.AnyTagClassName
{
color: #9F8F70;
}
</style>
background-color css
<style>
a { background-color: #9F8F70; }
a { background-color: rgb(159,143,112); }
div.DivClassName
{
background-color: #9F8F70;
}
.BgClassName
{
background-color: #9F8F70;
}
</style>
border-color css
<style>
span { border-color: #9F8F70; }
span { border-color: rgb(159,143,112); }
td.TdClassName
{
border-color: #9F8F70;
}
.TagClassName
{
border-color: #9F8F70;
}
</style>