#8F9B79

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

Shades of Sage #8F9B79

Tints of Sage #8F9B79

Color information

#8F9B79 (or 0x8F9B79) is unknown color: approx Sage. HEX triplet: 8F, 9B and 79. RGB value is (143,155,121). Sum of RGB (Red+Green+Blue) = 143+155+121=419 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.13% from 419); Green value is 155 (60.94% from 255 or 36.99% from 419); Blue value is 121 (47.66% from 255 or 28.88% from 419); Max value from RGB is 155 - color contains mainly: green. Hex color #8F9B79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9B79 is #706486. Grayscale: #939393. Windows color (decimal): -7365767 or 7969679. OLE color: 7969679.

HSL color Cylindrical-coordinate representation of color #8F9B79: hue angle of 81.18º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8F9B79 is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB143155121-
CMYK0.0800.220.39
HSL81.18º14.53%54.12%-
HSV(B)81.18º21.94%60.78%-
XYZ26.530.6622.61-
YUV147.54113.02124.76-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.13%
GREEN value IS 155 (60.94% from 255) = 36.99%
BLUE value IS 121 (47.66% from 255) = 28.88%
R=34.13%
G=36.99%
B=28.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1431551210.0800.220.3981.1814.5354.12
Hex8F9B7980162751f36
Octal21723317110026471211766
Binary10001111100110111111001100001011010011110100011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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