#978967

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

Shades of Pale Oyster #978967

Tints of Pale Oyster #978967

Color information

#978967 (or 0x978967) is unknown color: approx Pale Oyster. HEX triplet: 97, 89 and 67. RGB value is (151,137,103). Sum of RGB (Red+Green+Blue) = 151+137+103=391 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.62% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 103 (40.62% from 255 or 26.34% from 391); Max value from RGB is 151 - color contains mainly: red. Hex color #978967 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978967 is #687698. Grayscale: #898989. Windows color (decimal): -6846105 or 6785431. OLE color: 6785431.

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

Color convert

RGB151137103-
CMYK00.090.320.41
HSL42.5º18.9%49.8%-
HSV(B)42.5º31.79%59.22%-
XYZ24.1625.4516.47-
YUV137.31108.64137.76-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.62%
GREEN value IS 137 (53.91% from 255) = 35.04%
BLUE value IS 103 (40.62% from 255) = 26.34%
R=38.62%
G=35.04%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15113710300.090.320.4142.518.949.8
Hex9789670920292b1332
Octal2272111470114051532362
Binary100101111000100111001110100110000010100110101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978967; }

 p { color: rgb(151,137,103); }

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

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

 a { background-color: rgb(151,137,103); }

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

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

 span { border-color: rgb(151,137,103); }

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