#8F937F

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

Shades of Sage #8F937F

Tints of Sage #8F937F

Color information

#8F937F (or 0x8F937F) is unknown color: approx Sage. HEX triplet: 8F, 93 and 7F. RGB value is (143,147,127). Sum of RGB (Red+Green+Blue) = 143+147+127=417 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.29% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 147 - color contains mainly: green. Hex color #8F937F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F937F is #706C80. Grayscale: #8F8F8F. Windows color (decimal): -7367809 or 8360847. OLE color: 8360847.

HSL color Cylindrical-coordinate representation of color #8F937F: hue angle of 72º degrees, saturation: 0.08, 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 #8F937F is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB143147127-
CMYK0.0300.140.42
HSL72º8.47%53.73%-
HSV(B)72º13.61%57.65%-
XYZ25.5928.2424.18-
YUV143.52118.67127.63-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.29%
GREEN value IS 147 (57.81% from 255) = 35.25%
BLUE value IS 127 (50% from 255) = 30.46%
R=34.29%
G=35.25%
B=30.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1431471270.0300.140.42728.4753.73
Hex8F937F30E2A48836
Octal2172231773016521101066
Binary10001111100100111111111110111010101010010001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F937F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,147,127); }

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

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

 a { background-color: rgb(143,147,127); }

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

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

 span { border-color: rgb(143,147,127); }

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