#8F997F

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

Shades of Sage #8F997F

Tints of Sage #8F997F

Color information

#8F997F (or 0x8F997F) is unknown color: approx Sage. HEX triplet: 8F, 99 and 7F. RGB value is (143,153,127). Sum of RGB (Red+Green+Blue) = 143+153+127=423 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.81% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 153 - color contains mainly: green. Hex color #8F997F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F997F is #706680. Grayscale: #939393. Windows color (decimal): -7366273 or 8362383. OLE color: 8362383.

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

Color convert

RGB143153127-
CMYK0.0700.170.4
HSL83.08º11.3%54.9%-
HSV(B)83.08º16.99%60%-
XYZ26.5530.1524.5-
YUV147.05116.69125.11-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.81%
GREEN value IS 153 (60.16% from 255) = 36.17%
BLUE value IS 127 (50% from 255) = 30.02%
R=33.81%
G=36.17%
B=30.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1431531270.0700.170.483.0811.354.9
Hex8F997F70112853b37
Octal2172311777021501231367
Binary1000111110011001111111111101000110100010100111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F997F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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