#968974

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

Shades of Pale Oyster #968974

Tints of Pale Oyster #968974

Color information

#968974 (or 0x968974) is unknown color: approx Pale Oyster. HEX triplet: 96, 89 and 74. RGB value is (150,137,116). Sum of RGB (Red+Green+Blue) = 150+137+116=403 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.22% from 403); Green value is 137 (53.91% from 255 or 34.00% from 403); Blue value is 116 (45.70% from 255 or 28.78% from 403); Max value from RGB is 150 - color contains mainly: red. Hex color #968974 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968974 is #69768B. Grayscale: #8A8A8A. Windows color (decimal): -6911628 or 7637398. OLE color: 7637398.

HSL color Cylindrical-coordinate representation of color #968974: hue angle of 37.06º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #968974 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB150137116-
CMYK00.090.230.41
HSL37.06º13.93%52.16%-
HSV(B)37.06º22.67%58.82%-
XYZ24.6825.6420.17-
YUV138.49115.31136.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.22%
GREEN value IS 137 (53.91% from 255) = 34.00%
BLUE value IS 116 (45.70% from 255) = 28.78%
R=37.22%
G=34.00%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013711600.090.230.4137.0613.9352.16
Hex96897409172925e34
Octal2262111640112751451664
Binary1001011010001001111010001001101111010011001011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968974; }

 p { color: rgb(150,137,116); }

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

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

 a { background-color: rgb(150,137,116); }

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

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

 span { border-color: rgb(150,137,116); }

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