#8A976F

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

Shades of Sage #8A976F

Tints of Sage #8A976F

Color information

#8A976F (or 0x8A976F) is unknown color: approx Sage. HEX triplet: 8A, 97 and 6F. RGB value is (138,151,111). Sum of RGB (Red+Green+Blue) = 138+151+111=400 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.5% from 400); Green value is 151 (59.38% from 255 or 37.75% from 400); Blue value is 111 (43.75% from 255 or 27.75% from 400); Max value from RGB is 151 - color contains mainly: green. Hex color #8A976F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A976F is #756890. Grayscale: #8E8E8E. Windows color (decimal): -7694481 or 7313290. OLE color: 7313290.

HSL color Cylindrical-coordinate representation of color #8A976F: hue angle of 79.5º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8A976F is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB138151111-
CMYK0.0900.260.41
HSL79.5º16.13%51.37%-
HSV(B)79.5º26.49%59.22%-
XYZ24.4228.6819.29-
YUV142.55110.19124.75-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.5%
GREEN value IS 151 (59.38% from 255) = 37.75%
BLUE value IS 111 (43.75% from 255) = 27.75%
R=34.5%
G=37.75%
B=27.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1381511110.0900.260.4179.516.1351.37
Hex8A976F901A294f1033
Octal21222715711032511172063
Binary100010101001011111011111001011010101001100111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A976F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,151,111); }

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

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

 a { background-color: rgb(138,151,111); }

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

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

 span { border-color: rgb(138,151,111); }

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