#8A9479

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

Shades of Sage #8A9479

Tints of Sage #8A9479

Color information

#8A9479 (or 0x8A9479) is unknown color: approx Sage. HEX triplet: 8A, 94 and 79. RGB value is (138,148,121). Sum of RGB (Red+Green+Blue) = 138+148+121=407 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.91% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 121 (47.66% from 255 or 29.73% from 407); Max value from RGB is 148 - color contains mainly: green. Hex color #8A9479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9479 is #756B86. Grayscale: #8E8E8E. Windows color (decimal): -7695239 or 7967882. OLE color: 7967882.

HSL color Cylindrical-coordinate representation of color #8A9479: hue angle of 82.22º 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 #8A9479 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB138148121-
CMYK0.0700.180.42
HSL82.22º11.2%52.75%-
HSV(B)82.22º18.24%58.04%-
XYZ24.5227.9622.19-
YUV141.93116.19125.2-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.91%
GREEN value IS 148 (58.20% from 255) = 36.36%
BLUE value IS 121 (47.66% from 255) = 29.73%
R=33.91%
G=36.36%
B=29.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1381481210.0700.180.4282.2211.252.75
Hex8A947970122A52b35
Octal2122241717022521221365
Binary1000101010010100111100111101001010101010100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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