#978568

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

Shades of Pale Oyster #978568

Tints of Pale Oyster #978568

Color information

#978568 (or 0x978568) is unknown color: approx Pale Oyster. HEX triplet: 97, 85 and 68. RGB value is (151,133,104). Sum of RGB (Red+Green+Blue) = 151+133+104=388 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.92% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 104 (41.02% from 255 or 26.80% from 388); Max value from RGB is 151 - color contains mainly: red. Hex color #978568 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978568 is #687A97. Grayscale: #878787. Windows color (decimal): -6847128 or 6849943. OLE color: 6849943.

HSL color Cylindrical-coordinate representation of color #978568: hue angle of 37.02º 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 #978568 is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB151133104-
CMYK00.120.310.41
HSL37.02º18.43%50%-
HSV(B)37.02º31.13%59.22%-
XYZ23.6524.3516.55-
YUV135.08110.46139.36-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.92%
GREEN value IS 133 (52.34% from 255) = 34.28%
BLUE value IS 104 (41.02% from 255) = 26.80%
R=38.92%
G=34.28%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15113310400.120.310.4137.0218.4350
Hex9785680C1F29251232
Octal2272051500143751452262
Binary10010111100001011101000011001111110100110010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978568; }

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

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

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

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

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

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

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

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