#998E72

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

Shades of Pale Oyster #998E72

Tints of Pale Oyster #998E72

Color information

#998E72 (or 0x998E72) is unknown color: approx Pale Oyster. HEX triplet: 99, 8E and 72. RGB value is (153,142,114). Sum of RGB (Red+Green+Blue) = 153+142+114=409 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.41% from 409); Green value is 142 (55.86% from 255 or 34.72% from 409); Blue value is 114 (44.92% from 255 or 27.87% from 409); Max value from RGB is 153 - color contains mainly: red. Hex color #998E72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998E72 is #66718D. Grayscale: #8E8E8E. Windows color (decimal): -6713742 or 7507609. OLE color: 7507609.

HSL color Cylindrical-coordinate representation of color #998E72: hue angle of 43.08º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #998E72 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB153142114-
CMYK00.070.250.4
HSL43.08º16.05%52.35%-
HSV(B)43.08º25.49%60%-
XYZ25.8527.3319.83-
YUV142.1112.14135.78-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.41%
GREEN value IS 142 (55.86% from 255) = 34.72%
BLUE value IS 114 (44.92% from 255) = 27.87%
R=37.41%
G=34.72%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314211400.070.250.443.0816.0552.35
Hex998E720719282b1034
Octal231216162073150532064
Binary1001100110001110111001001111100110100010101110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998E72; }

 p { color: rgb(153,142,114); }

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

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

 a { background-color: rgb(153,142,114); }

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

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

 span { border-color: rgb(153,142,114); }

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