#8A956F

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

Shades of Sage #8A956F

Tints of Sage #8A956F

Color information

#8A956F (or 0x8A956F) is unknown color: approx Sage. HEX triplet: 8A, 95 and 6F. RGB value is (138,149,111). Sum of RGB (Red+Green+Blue) = 138+149+111=398 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.67% from 398); Green value is 149 (58.59% from 255 or 37.44% from 398); Blue value is 111 (43.75% from 255 or 27.89% from 398); Max value from RGB is 149 - color contains mainly: green. Hex color #8A956F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A956F is #756A90. Grayscale: #8D8D8D. Windows color (decimal): -7694993 or 7312778. OLE color: 7312778.

HSL color Cylindrical-coordinate representation of color #8A956F: hue angle of 77.37º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8A956F is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB138149111-
CMYK0.0700.260.42
HSL77.37º15.2%50.98%-
HSV(B)77.37º25.5%58.43%-
XYZ24.128.0519.18-
YUV141.38110.86125.59-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.67%
GREEN value IS 149 (58.59% from 255) = 37.44%
BLUE value IS 111 (43.75% from 255) = 27.89%
R=34.67%
G=37.44%
B=27.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1381491110.0700.260.4277.3715.250.98
Hex8A956F701A2A4df33
Octal2122251577032521151763
Binary1000101010010101110111111101101010101010011011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A956F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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