#8B947F

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

Shades of Sage #8B947F

Tints of Sage #8B947F

Color information

#8B947F (or 0x8B947F) is unknown color: approx Sage. HEX triplet: 8B, 94 and 7F. RGB value is (139,148,127). Sum of RGB (Red+Green+Blue) = 139+148+127=414 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.57% from 414); Green value is 148 (58.20% from 255 or 35.75% from 414); Blue value is 127 (50% from 255 or 30.68% from 414); Max value from RGB is 148 - color contains mainly: green. Hex color #8B947F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B947F is #746B80. Grayscale: #8E8E8E. Windows color (decimal): -7629697 or 8361099. OLE color: 8361099.

HSL color Cylindrical-coordinate representation of color #8B947F: hue angle of 85.71º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8B947F is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB139148127-
CMYK0.0600.140.42
HSL85.71º8.94%53.92%-
HSV(B)85.71º14.19%58.04%-
XYZ25.0728.224.2-
YUV142.92119.02125.21-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.57%
GREEN value IS 148 (58.20% from 255) = 35.75%
BLUE value IS 127 (50% from 255) = 30.68%
R=33.57%
G=35.75%
B=30.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1391481270.0600.140.4285.718.9453.92
Hex8B947F60E2A56936
Octal2132241776016521261166
Binary100010111001010011111111100111010101010101101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B947F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,148,127); }

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

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

 a { background-color: rgb(139,148,127); }

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

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

 span { border-color: rgb(139,148,127); }

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