Shades of Pale Oyster #9B8E6E
Tints of Pale Oyster #9B8E6E
RGB
CMYK
RGB Variations
Color information
#9B8E6E (or 0x9B8E6E) is known color: Pale Oyster. HEX triplet: 9B, 8E and 6E. RGB value is (155,142,110). Sum of RGB (Red+Green+Blue) = 155+142+110=407 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.08% from 407); Green value is 142 (55.86% from 255 or 34.89% from 407); Blue value is 110 (43.36% from 255 or 27.03% from 407); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8E6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8E6E is #647191. Grayscale: #8E8E8E. Windows color (decimal): -6582674 or 7245467. OLE color: 7245467.
HSL color Cylindrical-coordinate representation of color #9B8E6E: hue angle of 42.67º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9B8E6E is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 142 | 110 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.39 |
| HSL | 42.67º | 0.18% | 0.52% | - |
| HSV(B) | 42.67º | 0.29% | 0.61% | - |
| XYZ | 26.01 | 27.44 | 18.68 | - |
| YUV | 142.24 | 109.81 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 142 | 110 | 0 | 0.08 | 0.29 | 0.39 | 42.67 | 0.18 | 0.52 |
| Hex | 9B | 8E | 6E | 0 | 8 | 1D | 27 | 2B | 12 | 34 |
| Octal | 233 | 216 | 156 | 0 | 10 | 35 | 47 | 53 | 22 | 64 |
| Binary | 10011011 | 10001110 | 1101110 | 0 | 1000 | 11101 | 100111 | 101011 | 10010 | 110100 |
Color Harmonies of #9B8E6E
Complementary color
Monochromatic Colors of #9B8E6E
Black with #9B8E6E
Text Example
Text Example
White with #9B8E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8E6E; }
p { color: rgb(155,142,110); }
H1.HeaderClassName
{
color: #9B8E6E;
}
.AnyTagClassName
{
color: #9B8E6E;
}
</style>
background-color css
<style>
a { background-color: #9B8E6E; }
a { background-color: rgb(155,142,110); }
div.DivClassName
{
background-color: #9B8E6E;
}
.BgClassName
{
background-color: #9B8E6E;
}
</style>
border-color css
<style>
span { border-color: #9B8E6E; }
span { border-color: rgb(155,142,110); }
td.TdClassName
{
border-color: #9B8E6E;
}
.TagClassName
{
border-color: #9B8E6E;
}
</style>