#9A8E78

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

Shades of Pale Oyster #9A8E78

Tints of Pale Oyster #9A8E78

Color information

#9A8E78 (or 0x9A8E78) is unknown color: approx Pale Oyster. HEX triplet: 9A, 8E and 78. RGB value is (154,142,120). Sum of RGB (Red+Green+Blue) = 154+142+120=416 (55% of max value = 765). Red value is 154 (60.55% from 255 or 37.02% from 416); Green value is 142 (55.86% from 255 or 34.13% from 416); Blue value is 120 (47.27% from 255 or 28.85% from 416); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8E78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8E78 is #657187. Grayscale: #8F8F8F. Windows color (decimal): -6648200 or 7900826. OLE color: 7900826.

HSL color Cylindrical-coordinate representation of color #9A8E78: hue angle of 38.82º 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 #9A8E78 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB154142120-
CMYK00.080.220.40
HSL38.82º14.41%53.73%-
HSV(B)38.82º22.08%60.39%-
XYZ26.3927.5721.7-
YUV143.08114.98135.79-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.02%
GREEN value IS 142 (55.86% from 255) = 34.13%
BLUE value IS 120 (47.27% from 255) = 28.85%
R=37.02%
G=34.13%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15414212000.080.220.4038.8214.4153.73
Hex9A8E7808162827e36
Octal2322161700102650471666
Binary1001101010001110111100001000101101010001001111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A8E78; }

 p { color: rgb(154,142,120); }

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

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

 a { background-color: rgb(154,142,120); }

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

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

 span { border-color: rgb(154,142,120); }

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