#8A9A72

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

Shades of Sage #8A9A72

Tints of Sage #8A9A72

Color information

#8A9A72 (or 0x8A9A72) is unknown color: approx Sage. HEX triplet: 8A, 9A and 72. RGB value is (138,154,114). Sum of RGB (Red+Green+Blue) = 138+154+114=406 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.99% from 406); Green value is 154 (60.55% from 255 or 37.93% from 406); Blue value is 114 (44.92% from 255 or 28.08% from 406); Max value from RGB is 154 - color contains mainly: green. Hex color #8A9A72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9A72 is #75658D. Grayscale: #909090. Windows color (decimal): -7693710 or 7510666. OLE color: 7510666.

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

Color convert

RGB138154114-
CMYK0.1000.260.40
HSL84º16.53%52.55%-
HSV(B)84º25.97%60.39%-
XYZ25.0729.7320.34-
YUV144.66110.7123.25-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.99%
GREEN value IS 154 (60.55% from 255) = 37.93%
BLUE value IS 114 (44.92% from 255) = 28.08%
R=33.99%
G=37.93%
B=28.08%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1381541140.1000.260.408416.5352.55
Hex8A9A72A01A28541135
Octal21223216212032501242165
Binary100010101001101011100101010011010101000101010010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,154,114); }

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

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

 a { background-color: rgb(138,154,114); }

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

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

 span { border-color: rgb(138,154,114); }

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