#9F8E78

Color #9F8E78 Pale Oyster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Oyster #9F8E78

Tints of Pale Oyster #9F8E78

Color information

#9F8E78 (or 0x9F8E78) is unknown color: approx Pale Oyster. HEX triplet: 9F, 8E and 78. RGB value is (159,142,120). Sum of RGB (Red+Green+Blue) = 159+142+120=421 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.77% from 421); Green value is 142 (55.86% from 255 or 33.73% from 421); Blue value is 120 (47.27% from 255 or 28.50% from 421); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8E78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8E78 is #607187. Grayscale: #909090. Windows color (decimal): -6320520 or 7900831. OLE color: 7900831.

HSL color Cylindrical-coordinate representation of color #9F8E78: hue angle of 33.85º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9F8E78 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB159142120-
CMYK00.110.250.38
HSL33.85º16.88%54.71%-
HSV(B)33.85º24.53%62.35%-
XYZ27.3628.0721.75-
YUV144.57114.13138.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 159 (62.5% from 255) = 37.77%
GREEN value IS 142 (55.86% from 255) = 33.73%
BLUE value IS 120 (47.27% from 255) = 28.50%
R=37.77%
G=33.73%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15914212000.110.250.3833.8516.8854.71
Hex9F8E780B1926221137
Octal2372161700133146422167
Binary10011111100011101111000010111100110011010001010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F8E78; }

 p { color: rgb(159,142,120); }

 H1.HeaderClassName
 {
   color: #9F8E78;
 }
 .AnyTagClassName
 {
   color: #9F8E78;
 }
</style>
background-color css

<style>
 a { background-color: #9F8E78; }

 a { background-color: rgb(159,142,120); }

 div.DivClassName
 {
   background-color: #9F8E78;
 }
 .BgClassName
 {
   background-color: #9F8E78;
 }
</style>
border-color css

<style>
 span { border-color: #9F8E78; }

 span { border-color: rgb(159,142,120); }

 td.TdClassName
 {
   border-color: #9F8E78;
 }
 .TagClassName
 {
   border-color: #9F8E78;
 }
</style>