#8C9480

Color #8C9480 Sage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sage #8C9480

Tints of Sage #8C9480

Color information

#8C9480 (or 0x8C9480) is unknown color: approx Sage. HEX triplet: 8C, 94 and 80. RGB value is (140,148,128). Sum of RGB (Red+Green+Blue) = 140+148+128=416 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.65% from 416); Green value is 148 (58.20% from 255 or 35.58% from 416); Blue value is 128 (50.39% from 255 or 30.77% from 416); Max value from RGB is 148 - color contains mainly: green. Hex color #8C9480 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9480 is #736B7F. Grayscale: #8F8F8F. Windows color (decimal): -7564160 or 8426636. OLE color: 8426636.

HSL color Cylindrical-coordinate representation of color #8C9480: hue angle of 84º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8C9480 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB140148128-
CMYK0.0500.140.42
HSL84º8.55%54.12%-
HSV(B)84º13.51%58.04%-
XYZ25.328.3124.55-
YUV143.33119.35125.63-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.65%
GREEN value IS 148 (58.20% from 255) = 35.58%
BLUE value IS 128 (50.39% from 255) = 30.77%
R=33.65%
G=35.58%
B=30.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1401481280.0500.140.42848.5554.12
Hex8C948050E2A54936
Octal2142242005016521241166
Binary1000110010010100100000001010111010101010101001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C9480; }

 p { color: rgb(140,148,128); }

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

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

 a { background-color: rgb(140,148,128); }

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

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

 span { border-color: rgb(140,148,128); }

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