#8F9581

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

Shades of Sage #8F9581

Tints of Sage #8F9581

Color information

#8F9581 (or 0x8F9581) is unknown color: approx Sage. HEX triplet: 8F, 95 and 81. RGB value is (143,149,129). Sum of RGB (Red+Green+Blue) = 143+149+129=421 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.97% from 421); Green value is 149 (58.59% from 255 or 35.39% from 421); Blue value is 129 (50.78% from 255 or 30.64% from 421); Max value from RGB is 149 - color contains mainly: green. Hex color #8F9581 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9581 is #706A7E. Grayscale: #919191. Windows color (decimal): -7367295 or 8492431. OLE color: 8492431.

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

Color convert

RGB143149129-
CMYK0.0400.130.42
HSL78º8.62%54.51%-
HSV(B)78º13.42%58.43%-
XYZ26.0428.9224.98-
YUV144.93119.01126.63-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.97%
GREEN value IS 149 (58.59% from 255) = 35.39%
BLUE value IS 129 (50.78% from 255) = 30.64%
R=33.97%
G=35.39%
B=30.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1431491290.0400.130.42788.6254.51
Hex8F958140D2A4e937
Octal2172252014015521161167
Binary1000111110010101100000011000110110101010011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,149,129); }

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

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

 a { background-color: rgb(143,149,129); }

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

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

 span { border-color: rgb(143,149,129); }

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