#8B917F

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

Shades of Sage #8B917F

Tints of Sage #8B917F

Color information

#8B917F (or 0x8B917F) is unknown color: approx Sage. HEX triplet: 8B, 91 and 7F. RGB value is (139,145,127). Sum of RGB (Red+Green+Blue) = 139+145+127=411 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.82% from 411); Green value is 145 (57.03% from 255 or 35.28% from 411); Blue value is 127 (50% from 255 or 30.90% from 411); Max value from RGB is 145 - color contains mainly: green. Hex color #8B917F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B917F is #746E80. Grayscale: #8D8D8D. Windows color (decimal): -7630465 or 8360331. OLE color: 8360331.

HSL color Cylindrical-coordinate representation of color #8B917F: hue angle of 80º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8B917F is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB139145127-
CMYK0.0400.120.43
HSL80º7.56%53.33%-
HSV(B)80º12.41%56.86%-
XYZ24.627.2724.05-
YUV141.15120.01126.46-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.82%
GREEN value IS 145 (57.03% from 255) = 35.28%
BLUE value IS 127 (50% from 255) = 30.90%
R=33.82%
G=35.28%
B=30.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1391451270.0400.120.43807.5653.33
Hex8B917F40C2B50835
Octal2132211774014531201065
Binary100010111001000111111111000110010101110100001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B917F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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