#8F9E7F

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

Shades of Sage #8F9E7F

Tints of Sage #8F9E7F

Color information

#8F9E7F (or 0x8F9E7F) is unknown color: approx Sage. HEX triplet: 8F, 9E and 7F. RGB value is (143,158,127). Sum of RGB (Red+Green+Blue) = 143+158+127=428 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.41% from 428); Green value is 158 (62.11% from 255 or 36.92% from 428); Blue value is 127 (50% from 255 or 29.67% from 428); Max value from RGB is 158 - color contains mainly: green. Hex color #8F9E7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9E7F is #706180. Grayscale: #969696. Windows color (decimal): -7364993 or 8363663. OLE color: 8363663.

HSL color Cylindrical-coordinate representation of color #8F9E7F: hue angle of 89.03º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8F9E7F is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB143158127-
CMYK0.0900.200.38
HSL89.03º13.78%55.88%-
HSV(B)89.03º19.62%61.96%-
XYZ27.3931.8324.78-
YUV149.98115.03123.02-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.41%
GREEN value IS 158 (62.11% from 255) = 36.92%
BLUE value IS 127 (50% from 255) = 29.67%
R=33.41%
G=36.92%
B=29.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1431581270.0900.200.3889.0313.7855.88
Hex8F9E7F90142659e38
Octal21723617711024461311670
Binary10001111100111101111111100101010010011010110011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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