Shades of Pale Oyster #9A8E70
Tints of Pale Oyster #9A8E70
RGB
CMYK
RGB Variations
Color information
#9A8E70 (or 0x9A8E70) is known color: Pale Oyster. HEX triplet: 9A, 8E and 70. RGB value is (154,142,112). Sum of RGB (Red+Green+Blue) = 154+142+112=408 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.75% from 408); Green value is 142 (55.86% from 255 or 34.80% from 408); Blue value is 112 (44.14% from 255 or 27.45% from 408); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8E70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8E70 is #65718F. Grayscale: #8E8E8E. Windows color (decimal): -6648208 or 7376538. OLE color: 7376538.
HSL color Cylindrical-coordinate representation of color #9A8E70: hue angle of 42.86º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9A8E70 is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 142 | 112 | - |
| CMYK | 0 | 0.08 | 0.27 | 0.40 |
| HSL | 42.86º | 0.17% | 0.52% | - |
| HSV(B) | 42.86º | 0.27% | 0.6% | - |
| XYZ | 25.92 | 27.39 | 19.25 | - |
| YUV | 142.17 | 110.98 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 142 | 112 | 0 | 0.08 | 0.27 | 0.40 | 42.86 | 0.17 | 0.52 |
| Hex | 9A | 8E | 70 | 0 | 8 | 1B | 28 | 2B | 11 | 34 |
| Octal | 232 | 216 | 160 | 0 | 10 | 33 | 50 | 53 | 21 | 64 |
| Binary | 10011010 | 10001110 | 1110000 | 0 | 1000 | 11011 | 101000 | 101011 | 10001 | 110100 |
Color Harmonies of #9A8E70
Complementary color
Monochromatic Colors of #9A8E70
Black with #9A8E70
Text Example
Text Example
White with #9A8E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8E70; }
p { color: rgb(154,142,112); }
H1.HeaderClassName
{
color: #9A8E70;
}
.AnyTagClassName
{
color: #9A8E70;
}
</style>
background-color css
<style>
a { background-color: #9A8E70; }
a { background-color: rgb(154,142,112); }
div.DivClassName
{
background-color: #9A8E70;
}
.BgClassName
{
background-color: #9A8E70;
}
</style>
border-color css
<style>
span { border-color: #9A8E70; }
span { border-color: rgb(154,142,112); }
td.TdClassName
{
border-color: #9A8E70;
}
.TagClassName
{
border-color: #9A8E70;
}
</style>