#8A966F

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

Shades of Sage #8A966F

Tints of Sage #8A966F

Color information

#8A966F (or 0x8A966F) is unknown color: approx Sage. HEX triplet: 8A, 96 and 6F. RGB value is (138,150,111). Sum of RGB (Red+Green+Blue) = 138+150+111=399 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.59% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 111 (43.75% from 255 or 27.82% from 399); Max value from RGB is 150 - color contains mainly: green. Hex color #8A966F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A966F is #756990. Grayscale: #8E8E8E. Windows color (decimal): -7694737 or 7313034. OLE color: 7313034.

HSL color Cylindrical-coordinate representation of color #8A966F: hue angle of 78.46º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8A966F is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB138150111-
CMYK0.0800.260.41
HSL78.46º15.66%51.18%-
HSV(B)78.46º26%58.82%-
XYZ24.2628.3619.24-
YUV141.97110.52125.17-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.59%
GREEN value IS 150 (58.98% from 255) = 37.59%
BLUE value IS 111 (43.75% from 255) = 27.82%
R=34.59%
G=37.59%
B=27.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1381501110.0800.260.4178.4615.6651.18
Hex8A966F801A294e1033
Octal21222615710032511162063
Binary100010101001011011011111000011010101001100111010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A966F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,150,111); }

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

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

 a { background-color: rgb(138,150,111); }

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

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

 span { border-color: rgb(138,150,111); }

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