#998E77

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

Shades of Pale Oyster #998E77

Tints of Pale Oyster #998E77

Color information

#998E77 (or 0x998E77) is unknown color: approx Pale Oyster. HEX triplet: 99, 8E and 77. RGB value is (153,142,119). Sum of RGB (Red+Green+Blue) = 153+142+119=414 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.96% from 414); Green value is 142 (55.86% from 255 or 34.30% from 414); Blue value is 119 (46.88% from 255 or 28.74% from 414); Max value from RGB is 153 - color contains mainly: red. Hex color #998E77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998E77 is #667188. Grayscale: #8E8E8E. Windows color (decimal): -6713737 or 7835289. OLE color: 7835289.

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

Color convert

RGB153142119-
CMYK00.070.220.4
HSL40.59º14.29%53.33%-
HSV(B)40.59º22.22%60%-
XYZ26.1427.4521.37-
YUV142.67114.64135.37-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.96%
GREEN value IS 142 (55.86% from 255) = 34.30%
BLUE value IS 119 (46.88% from 255) = 28.74%
R=36.96%
G=34.30%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314211900.070.220.440.5914.2953.33
Hex998E7707162829e35
Octal231216167072650511665
Binary100110011000111011101110111101101010001010011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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