#9F8E60

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

Shades of Pale Oyster #9F8E60

Tints of Pale Oyster #9F8E60

Color information

#9F8E60 (or 0x9F8E60) is unknown color: approx Pale Oyster. HEX triplet: 9F, 8E and 60. RGB value is (159,142,96). Sum of RGB (Red+Green+Blue) = 159+142+96=397 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.05% from 397); Green value is 142 (55.86% from 255 or 35.77% from 397); Blue value is 96 (37.89% from 255 or 24.18% from 397); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8E60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8E60 is #60719F. Grayscale: #8E8E8E. Windows color (decimal): -6320544 or 6327967. OLE color: 6327967.

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

Color convert

RGB15914296-
CMYK00.110.400.38
HSL43.81º24.71%50%-
HSV(B)43.81º39.62%62.35%-
XYZ26.0827.5615.01-
YUV141.84102.13140.24-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.05%
GREEN value IS 142 (55.86% from 255) = 35.77%
BLUE value IS 96 (37.89% from 255) = 24.18%
R=40.05%
G=35.77%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591429600.110.400.3843.8124.7150
Hex9F8E600B28262c1932
Octal2372161400135046543162
Binary100111111000111011000000101110100010011010110011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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