#978A68

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

Shades of Pale Oyster #978A68

Tints of Pale Oyster #978A68

Color information

#978A68 (or 0x978A68) is unknown color: approx Pale Oyster. HEX triplet: 97, 8A and 68. RGB value is (151,138,104). Sum of RGB (Red+Green+Blue) = 151+138+104=393 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.42% from 393); Green value is 138 (54.30% from 255 or 35.11% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 151 - color contains mainly: red. Hex color #978A68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978A68 is #687597. Grayscale: #8A8A8A. Windows color (decimal): -6845848 or 6851223. OLE color: 6851223.

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

Color convert

RGB151138104-
CMYK00.090.310.41
HSL43.4º18.43%50%-
HSV(B)43.4º31.13%59.22%-
XYZ24.3525.7616.78-
YUV138.01108.81137.26-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.42%
GREEN value IS 138 (54.30% from 255) = 35.11%
BLUE value IS 104 (41.02% from 255) = 26.46%
R=38.42%
G=35.11%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15113810400.090.310.4143.418.4350
Hex978A68091F292b1232
Octal2272121500113751532262
Binary10010111100010101101000010011111110100110101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978A68; }

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

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

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

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

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

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

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

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