#9B8E78

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

Shades of Pale Oyster #9B8E78

Tints of Pale Oyster #9B8E78

Color information

#9B8E78 (or 0x9B8E78) is unknown color: approx Pale Oyster. HEX triplet: 9B, 8E and 78. RGB value is (155,142,120). Sum of RGB (Red+Green+Blue) = 155+142+120=417 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.17% from 417); Green value is 142 (55.86% from 255 or 34.05% from 417); Blue value is 120 (47.27% from 255 or 28.78% from 417); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8E78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8E78 is #647187. Grayscale: #8F8F8F. Windows color (decimal): -6582664 or 7900827. OLE color: 7900827.

HSL color Cylindrical-coordinate representation of color #9B8E78: hue angle of 37.71º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9B8E78 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB155142120-
CMYK00.080.230.39
HSL37.71º14.89%53.92%-
HSV(B)37.71º22.58%60.78%-
XYZ26.5827.6721.71-
YUV143.38114.81136.29-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.17%
GREEN value IS 142 (55.86% from 255) = 34.05%
BLUE value IS 120 (47.27% from 255) = 28.78%
R=37.17%
G=34.05%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15514212000.080.230.3937.7114.8953.92
Hex9B8E7808172726f36
Octal2332161700102747461766
Binary1001101110001110111100001000101111001111001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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