Html Css Color HEX #998D78 Pale Oyster

📋 copy color: '#998D78'

red 153 ◦ green 141 ◦ blue 120

#998D78
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Oyster #998D78

Tints of Pale Oyster #998D78

RGB

 RED value IS 153 (60.16% from 255) = 36.96%

 GREEN value IS 141 (55.47% from 255) = 34.06%

 BLUE value IS 120 (47.27% from 255) = 28.99%

R = 36.96%
G = 34.06%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#998D78 (or 0x998D78) is known color: Pale Oyster. HEX triplet: 99, 8D and 78. RGB value is (153,141,120). Sum of RGB (Red+Green+Blue) = 153+141+120=414 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.96% from 414); Green value is 141 (55.47% from 255 or 34.06% from 414); Blue value is 120 (47.27% from 255 or 28.99% from 414); Max value from RGB is 153 - color contains mainly: red. Hex color #998D78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998D78 is #667287. Grayscale: #8E8E8E. Windows color (decimal): -6713992 or 7900569. OLE color: 7900569.

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

Color convert

RGB 153 141 120 -
CMYK 0 0.08 0.22 0.4
HSL 38.18º 0.14% 0.54% -
HSV(B) 38.18º 0.22% 0.6% -
XYZ 26.05 27.18 21.64 -
YUV 142.19 115.48 135.71 -
System Red Green Blue C M Y K H S L
Decimal 153 141 120 0 0.08 0.22 0.4 38.18 0.14 0.54
Hex 99 8D 78 0 8 16 28 26 E 36
Octal 231 215 170 0 10 26 50 46 16 66
Binary 10011001 10001101 1111000 0 1000 10110 101000 100110 1110 110110

Color Harmonies of #998D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998D78

Black with #998D78

Text Example


Text Example

White with #998D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,141,120); }

 H1.HeaderClassName
 {
   color: #998D78;
 }
 .AnyTagClassName
 {
   color: #998D78;
 }
</style>

background-color css

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

 a { background-color: rgb(153,141,120); }

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

border-color css

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

 span { border-color: rgb(153,141,120); }

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