#8A9B76

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

Shades of Sage #8A9B76

Tints of Sage #8A9B76

Color information

#8A9B76 (or 0x8A9B76) is unknown color: approx Sage. HEX triplet: 8A, 9B and 76. RGB value is (138,155,118). Sum of RGB (Red+Green+Blue) = 138+155+118=411 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.58% from 411); Green value is 155 (60.94% from 255 or 37.71% from 411); Blue value is 118 (46.48% from 255 or 28.71% from 411); Max value from RGB is 155 - color contains mainly: green. Hex color #8A9B76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9B76 is #756489. Grayscale: #919191. Windows color (decimal): -7693450 or 7773066. OLE color: 7773066.

HSL color Cylindrical-coordinate representation of color #8A9B76: hue angle of 87.57º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8A9B76 is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.39.

Color convert

RGB138155118-
CMYK0.1100.240.39
HSL87.57º15.61%53.53%-
HSV(B)87.57º23.87%60.78%-
XYZ25.4730.1521.62-
YUV145.7112.37122.51-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.58%
GREEN value IS 155 (60.94% from 255) = 37.71%
BLUE value IS 118 (46.48% from 255) = 28.71%
R=33.58%
G=37.71%
B=28.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1381551180.1100.240.3987.5715.6153.53
Hex8A9B76B01827581036
Octal21223316613030471302066
Binary100010101001101111101101011011000100111101100010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,155,118); }

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

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

 a { background-color: rgb(138,155,118); }

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

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

 span { border-color: rgb(138,155,118); }

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