Shades of Pale Oyster #9B8C70
Tints of Pale Oyster #9B8C70
RGB
CMYK
RGB Variations
Color information
#9B8C70 (or 0x9B8C70) is known color: Pale Oyster. HEX triplet: 9B, 8C and 70. RGB value is (155,140,112). Sum of RGB (Red+Green+Blue) = 155+140+112=407 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.08% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 112 (44.14% from 255 or 27.52% from 407); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8C70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8C70 is #64738F. Grayscale: #8D8D8D. Windows color (decimal): -6583184 or 7376027. OLE color: 7376027.
HSL color Cylindrical-coordinate representation of color #9B8C70: hue angle of 39.07º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9B8C70 is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 140 | 112 | - |
| CMYK | 0 | 0.10 | 0.28 | 0.39 |
| HSL | 39.07º | 0.18% | 0.52% | - |
| HSV(B) | 39.07º | 0.28% | 0.61% | - |
| XYZ | 25.82 | 26.89 | 19.16 | - |
| YUV | 141.29 | 111.47 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 140 | 112 | 0 | 0.10 | 0.28 | 0.39 | 39.07 | 0.18 | 0.52 |
| Hex | 9B | 8C | 70 | 0 | A | 1C | 27 | 27 | 12 | 34 |
| Octal | 233 | 214 | 160 | 0 | 12 | 34 | 47 | 47 | 22 | 64 |
| Binary | 10011011 | 10001100 | 1110000 | 0 | 1010 | 11100 | 100111 | 100111 | 10010 | 110100 |
Color Harmonies of #9B8C70
Complementary color
Monochromatic Colors of #9B8C70
Black with #9B8C70
Text Example
Text Example
White with #9B8C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8C70; }
p { color: rgb(155,140,112); }
H1.HeaderClassName
{
color: #9B8C70;
}
.AnyTagClassName
{
color: #9B8C70;
}
</style>
background-color css
<style>
a { background-color: #9B8C70; }
a { background-color: rgb(155,140,112); }
div.DivClassName
{
background-color: #9B8C70;
}
.BgClassName
{
background-color: #9B8C70;
}
</style>
border-color css
<style>
span { border-color: #9B8C70; }
span { border-color: rgb(155,140,112); }
td.TdClassName
{
border-color: #9B8C70;
}
.TagClassName
{
border-color: #9B8C70;
}
</style>