#8F9383

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

Shades of Sage #8F9383

Tints of Sage #8F9383

Color information

#8F9383 (or 0x8F9383) is unknown color: approx Sage. HEX triplet: 8F, 93 and 83. RGB value is (143,147,131). Sum of RGB (Red+Green+Blue) = 143+147+131=421 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.97% from 421); Green value is 147 (57.81% from 255 or 34.92% from 421); Blue value is 131 (51.56% from 255 or 31.12% from 421); Max value from RGB is 147 - color contains mainly: green. Hex color #8F9383 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9383 is #706C7C. Grayscale: #909090. Windows color (decimal): -7367805 or 8622991. OLE color: 8622991.

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

Color convert

RGB143147131-
CMYK0.0300.110.42
HSL75º6.9%54.51%-
HSV(B)75º10.88%57.65%-
XYZ25.8628.3525.58-
YUV143.98120.67127.3-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.97%
GREEN value IS 147 (57.81% from 255) = 34.92%
BLUE value IS 131 (51.56% from 255) = 31.12%
R=33.97%
G=34.92%
B=31.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1431471310.0300.110.42756.954.51
Hex8F938330B2A4b737
Octal217223203301352113767
Binary10001111100100111000001111010111010101001011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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