#978868

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

Shades of Pale Oyster #978868

Tints of Pale Oyster #978868

Color information

#978868 (or 0x978868) is unknown color: approx Pale Oyster. HEX triplet: 97, 88 and 68. RGB value is (151,136,104). Sum of RGB (Red+Green+Blue) = 151+136+104=391 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.62% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 104 (41.02% from 255 or 26.60% from 391); Max value from RGB is 151 - color contains mainly: red. Hex color #978868 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978868 is #687797. Grayscale: #888888. Windows color (decimal): -6846360 or 6850711. OLE color: 6850711.

HSL color Cylindrical-coordinate representation of color #978868: hue angle of 40.85º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #978868 is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB151136104-
CMYK00.100.310.41
HSL40.85º18.43%50%-
HSV(B)40.85º31.13%59.22%-
XYZ24.0725.1916.69-
YUV136.84109.47138.1-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.62%
GREEN value IS 136 (53.52% from 255) = 34.78%
BLUE value IS 104 (41.02% from 255) = 26.60%
R=38.62%
G=34.78%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15113610400.100.310.4140.8518.4350
Hex9788680A1F29291232
Octal2272101500123751512262
Binary10010111100010001101000010101111110100110100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978868; }

 p { color: rgb(151,136,104); }

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

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

 a { background-color: rgb(151,136,104); }

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

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

 span { border-color: rgb(151,136,104); }

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