#8F967E

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

Shades of Sage #8F967E

Tints of Sage #8F967E

Color information

#8F967E (or 0x8F967E) is unknown color: approx Sage. HEX triplet: 8F, 96 and 7E. RGB value is (143,150,126). Sum of RGB (Red+Green+Blue) = 143+150+126=419 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.13% from 419); Green value is 150 (58.98% from 255 or 35.80% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 150 - color contains mainly: green. Hex color #8F967E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F967E is #706981. Grayscale: #919191. Windows color (decimal): -7367042 or 8296079. OLE color: 8296079.

HSL color Cylindrical-coordinate representation of color #8F967E: hue angle of 77.5º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8F967E is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB143150126-
CMYK0.0500.160.41
HSL77.5º10.26%54.12%-
HSV(B)77.5º16%58.82%-
XYZ2629.1624-
YUV145.17117.18126.45-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.13%
GREEN value IS 150 (58.98% from 255) = 35.80%
BLUE value IS 126 (49.61% from 255) = 30.07%
R=34.13%
G=35.80%
B=30.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1431501260.0500.160.4177.510.2654.12
Hex8F967E5010294da36
Octal2172261765020511151266
Binary1000111110010110111111010101000010100110011011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F967E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,150,126); }

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

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

 a { background-color: rgb(143,150,126); }

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

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

 span { border-color: rgb(143,150,126); }

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