#8A9875

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

Shades of Sage #8A9875

Tints of Sage #8A9875

Color information

#8A9875 (or 0x8A9875) is unknown color: approx Sage. HEX triplet: 8A, 98 and 75. RGB value is (138,152,117). Sum of RGB (Red+Green+Blue) = 138+152+117=407 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.91% from 407); Green value is 152 (59.77% from 255 or 37.35% from 407); Blue value is 117 (46.09% from 255 or 28.75% from 407); Max value from RGB is 152 - color contains mainly: green. Hex color #8A9875 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9875 is #75678A. Grayscale: #8F8F8F. Windows color (decimal): -7694219 or 7706762. OLE color: 7706762.

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

Color convert

RGB138152117-
CMYK0.0900.230.40
HSL84º14.52%52.75%-
HSV(B)84º23.03%59.61%-
XYZ24.9229.1421.14-
YUV143.82112.86123.85-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.91%
GREEN value IS 152 (59.77% from 255) = 37.35%
BLUE value IS 117 (46.09% from 255) = 28.75%
R=33.91%
G=37.35%
B=28.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1381521170.0900.230.408414.5252.75
Hex8A987590172854f35
Octal21223016511027501241765
Binary10001010100110001110101100101011110100010101001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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