#8A9974

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

Shades of Sage #8A9974

Tints of Sage #8A9974

Color information

#8A9974 (or 0x8A9974) is unknown color: approx Sage. HEX triplet: 8A, 99 and 74. RGB value is (138,153,116). Sum of RGB (Red+Green+Blue) = 138+153+116=407 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.91% from 407); Green value is 153 (60.16% from 255 or 37.59% from 407); Blue value is 116 (45.70% from 255 or 28.50% from 407); Max value from RGB is 153 - color contains mainly: green. Hex color #8A9974 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9974 is #75668B. Grayscale: #909090. Windows color (decimal): -7693964 or 7641482. OLE color: 7641482.

HSL color Cylindrical-coordinate representation of color #8A9974: hue angle of 84.32º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8A9974 is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB138153116-
CMYK0.1000.240.4
HSL84.32º15.35%52.75%-
HSV(B)84.32º24.18%60%-
XYZ25.0229.4520.89-
YUV144.3112.03123.51-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.91%
GREEN value IS 153 (60.16% from 255) = 37.59%
BLUE value IS 116 (45.70% from 255) = 28.50%
R=33.91%
G=37.59%
B=28.50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1381531160.1000.240.484.3215.3552.75
Hex8A9974A0182854f35
Octal21223116412030501241765
Binary10001010100110011110100101001100010100010101001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,153,116); }

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

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

 a { background-color: rgb(138,153,116); }

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

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

 span { border-color: rgb(138,153,116); }

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