#8A9870

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

Shades of Sage #8A9870

Tints of Sage #8A9870

Color information

#8A9870 (or 0x8A9870) is unknown color: approx Sage. HEX triplet: 8A, 98 and 70. RGB value is (138,152,112). Sum of RGB (Red+Green+Blue) = 138+152+112=402 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.33% from 402); Green value is 152 (59.77% from 255 or 37.81% from 402); Blue value is 112 (44.14% from 255 or 27.86% from 402); Max value from RGB is 152 - color contains mainly: green. Hex color #8A9870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9870 is #75678F. Grayscale: #8F8F8F. Windows color (decimal): -7694224 or 7379082. OLE color: 7379082.

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

Color convert

RGB138152112-
CMYK0.0900.260.40
HSL81º16.26%51.76%-
HSV(B)81º26.32%59.61%-
XYZ24.6329.0319.63-
YUV143.25110.36124.25-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.33%
GREEN value IS 152 (59.77% from 255) = 37.81%
BLUE value IS 112 (44.14% from 255) = 27.86%
R=34.33%
G=37.81%
B=27.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1381521120.0900.260.408116.2651.76
Hex8A9870901A28511034
Octal21223016011032501212064
Binary100010101001100011100001001011010101000101000110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,152,112); }

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

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

 a { background-color: rgb(138,152,112); }

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

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

 span { border-color: rgb(138,152,112); }

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