#8F9379

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

Shades of Sage #8F9379

Tints of Sage #8F9379

Color information

#8F9379 (or 0x8F9379) is unknown color: approx Sage. HEX triplet: 8F, 93 and 79. RGB value is (143,147,121). Sum of RGB (Red+Green+Blue) = 143+147+121=411 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.79% from 411); Green value is 147 (57.81% from 255 or 35.77% from 411); Blue value is 121 (47.66% from 255 or 29.44% from 411); Max value from RGB is 147 - color contains mainly: green. Hex color #8F9379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9379 is #706C86. Grayscale: #8E8E8E. Windows color (decimal): -7367815 or 7967631. OLE color: 7967631.

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

Color convert

RGB143147121-
CMYK0.0300.180.42
HSL69.23º10.74%52.55%-
HSV(B)69.23º17.69%57.65%-
XYZ25.2128.0922.18-
YUV142.84115.67128.11-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.79%
GREEN value IS 147 (57.81% from 255) = 35.77%
BLUE value IS 121 (47.66% from 255) = 29.44%
R=34.79%
G=35.77%
B=29.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1431471210.0300.180.4269.2310.7452.55
Hex8F937930122A45b35
Octal2172231713022521051365
Binary100011111001001111110011101001010101010001011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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