#8D9970

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

Shades of Sage #8D9970

Tints of Sage #8D9970

Color information

#8D9970 (or 0x8D9970) is unknown color: approx Sage. HEX triplet: 8D, 99 and 70. RGB value is (141,153,112). Sum of RGB (Red+Green+Blue) = 141+153+112=406 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.73% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 112 (44.14% from 255 or 27.59% from 406); Max value from RGB is 153 - color contains mainly: green. Hex color #8D9970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9970 is #72668F. Grayscale: #909090. Windows color (decimal): -7497360 or 7379341. OLE color: 7379341.

HSL color Cylindrical-coordinate representation of color #8D9970: hue angle of 77.56º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8D9970 is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB141153112-
CMYK0.0800.270.4
HSL77.56º16.73%51.96%-
HSV(B)77.56º26.8%60%-
XYZ25.329.6219.71-
YUV144.74109.52125.33-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.73%
GREEN value IS 153 (60.16% from 255) = 37.68%
BLUE value IS 112 (44.14% from 255) = 27.59%
R=34.73%
G=37.68%
B=27.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1411531120.0800.270.477.5616.7351.96
Hex8D9970801B284e1134
Octal21523116010033501162164
Binary100011011001100111100001000011011101000100111010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,153,112); }

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

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

 a { background-color: rgb(141,153,112); }

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

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

 span { border-color: rgb(141,153,112); }

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