Shades of Pale Oyster #958A70
Tints of Pale Oyster #958A70
RGB
CMYK
RGB Variations
Color information
#958A70 (or 0x958A70) is known color: Pale Oyster. HEX triplet: 95, 8A and 70. RGB value is (149,138,112). Sum of RGB (Red+Green+Blue) = 149+138+112=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 112 (44.14% from 255 or 28.07% from 399); Max value from RGB is 149 - color contains mainly: red. Hex color #958A70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958A70 is #6A758F. Grayscale: #8A8A8A. Windows color (decimal): -6976912 or 7375509. OLE color: 7375509.
HSL color Cylindrical-coordinate representation of color #958A70: hue angle of 42.16º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #958A70 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 138 | 112 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.42 |
| HSL | 42.16º | 0.15% | 0.51% | - |
| HSV(B) | 42.16º | 0.25% | 0.58% | - |
| XYZ | 24.41 | 25.74 | 19.01 | - |
| YUV | 138.33 | 113.14 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 138 | 112 | 0 | 0.07 | 0.25 | 0.42 | 42.16 | 0.15 | 0.51 |
| Hex | 95 | 8A | 70 | 0 | 7 | 19 | 2A | 2A | F | 33 |
| Octal | 225 | 212 | 160 | 0 | 7 | 31 | 52 | 52 | 17 | 63 |
| Binary | 10010101 | 10001010 | 1110000 | 0 | 111 | 11001 | 101010 | 101010 | 1111 | 110011 |
Color Harmonies of #958A70
Complementary color
Monochromatic Colors of #958A70
Black with #958A70
Text Example
Text Example
White with #958A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958A70; }
p { color: rgb(149,138,112); }
H1.HeaderClassName
{
color: #958A70;
}
.AnyTagClassName
{
color: #958A70;
}
</style>
background-color css
<style>
a { background-color: #958A70; }
a { background-color: rgb(149,138,112); }
div.DivClassName
{
background-color: #958A70;
}
.BgClassName
{
background-color: #958A70;
}
</style>
border-color css
<style>
span { border-color: #958A70; }
span { border-color: rgb(149,138,112); }
td.TdClassName
{
border-color: #958A70;
}
.TagClassName
{
border-color: #958A70;
}
</style>