#8A9874

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

Shades of Sage #8A9874

Tints of Sage #8A9874

Color information

#8A9874 (or 0x8A9874) is unknown color: approx Sage. HEX triplet: 8A, 98 and 74. RGB value is (138,152,116). Sum of RGB (Red+Green+Blue) = 138+152+116=406 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.99% from 406); Green value is 152 (59.77% from 255 or 37.44% from 406); Blue value is 116 (45.70% from 255 or 28.57% from 406); Max value from RGB is 152 - color contains mainly: green. Hex color #8A9874 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9874 is #75678B. Grayscale: #8F8F8F. Windows color (decimal): -7694220 or 7641226. OLE color: 7641226.

HSL color Cylindrical-coordinate representation of color #8A9874: hue angle of 83.33º 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 #8A9874 is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB138152116-
CMYK0.0900.240.40
HSL83.33º14.88%52.55%-
HSV(B)83.33º23.68%59.61%-
XYZ24.8629.1220.83-
YUV143.71112.36123.93-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.99%
GREEN value IS 152 (59.77% from 255) = 37.44%
BLUE value IS 116 (45.70% from 255) = 28.57%
R=33.99%
G=37.44%
B=28.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1381521160.0900.240.4083.3314.8852.55
Hex8A987490182853f35
Octal21223016411030501231765
Binary10001010100110001110100100101100010100010100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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