#8C9479

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

Shades of Sage #8C9479

Tints of Sage #8C9479

Color information

#8C9479 (or 0x8C9479) is unknown color: approx Sage. HEX triplet: 8C, 94 and 79. RGB value is (140,148,121). Sum of RGB (Red+Green+Blue) = 140+148+121=409 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.23% from 409); Green value is 148 (58.20% from 255 or 36.19% from 409); Blue value is 121 (47.66% from 255 or 29.58% from 409); Max value from RGB is 148 - color contains mainly: green. Hex color #8C9479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9479 is #736B86. Grayscale: #8E8E8E. Windows color (decimal): -7564167 or 7967884. OLE color: 7967884.

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

Color convert

RGB140148121-
CMYK0.0500.180.42
HSL77.78º11.2%52.75%-
HSV(B)77.78º18.24%58.04%-
XYZ24.8628.1422.21-
YUV142.53115.85126.2-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.23%
GREEN value IS 148 (58.20% from 255) = 36.19%
BLUE value IS 121 (47.66% from 255) = 29.58%
R=34.23%
G=36.19%
B=29.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1401481210.0500.180.4277.7811.252.75
Hex8C947950122A4eb35
Octal2142241715022521161365
Binary1000110010010100111100110101001010101010011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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