#8B957F

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

Shades of Sage #8B957F

Tints of Sage #8B957F

Color information

#8B957F (or 0x8B957F) is unknown color: approx Sage. HEX triplet: 8B, 95 and 7F. RGB value is (139,149,127). Sum of RGB (Red+Green+Blue) = 139+149+127=415 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.49% from 415); Green value is 149 (58.59% from 255 or 35.90% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 149 - color contains mainly: green. Hex color #8B957F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B957F is #746A80. Grayscale: #8F8F8F. Windows color (decimal): -7629441 or 8361355. OLE color: 8361355.

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

Color convert

RGB139149127-
CMYK0.0700.150.42
HSL87.27º9.4%54.12%-
HSV(B)87.27º14.77%58.43%-
XYZ25.2328.5224.25-
YUV143.5118.69124.79-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.49%
GREEN value IS 149 (58.59% from 255) = 35.90%
BLUE value IS 127 (50% from 255) = 30.60%
R=33.49%
G=35.90%
B=30.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1391491270.0700.150.4287.279.454.12
Hex8B957F70F2A57936
Octal2132251777017521271166
Binary100010111001010111111111110111110101010101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B957F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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