#8F996F

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

Shades of Sage #8F996F

Tints of Sage #8F996F

Color information

#8F996F (or 0x8F996F) is unknown color: approx Sage. HEX triplet: 8F, 99 and 6F. RGB value is (143,153,111). Sum of RGB (Red+Green+Blue) = 143+153+111=407 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.14% from 407); Green value is 153 (60.16% from 255 or 37.59% from 407); Blue value is 111 (43.75% from 255 or 27.27% from 407); Max value from RGB is 153 - color contains mainly: green. Hex color #8F996F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F996F is #706690. Grayscale: #919191. Windows color (decimal): -7366289 or 7313807. OLE color: 7313807.

HSL color Cylindrical-coordinate representation of color #8F996F: hue angle of 74.29º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8F996F is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB143153111-
CMYK0.0700.270.4
HSL74.29º17.07%51.76%-
HSV(B)74.29º27.45%60%-
XYZ25.5929.7719.44-
YUV145.22108.69126.42-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.14%
GREEN value IS 153 (60.16% from 255) = 37.59%
BLUE value IS 111 (43.75% from 255) = 27.27%
R=35.14%
G=37.59%
B=27.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1431531110.0700.270.474.2917.0751.76
Hex8F996F701B284a1134
Octal2172311577033501122164
Binary10001111100110011101111111011011101000100101010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F996F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,153,111); }

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

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

 a { background-color: rgb(143,153,111); }

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

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

 span { border-color: rgb(143,153,111); }

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