#8F957F

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

Shades of Sage #8F957F

Tints of Sage #8F957F

Color information

#8F957F (or 0x8F957F) is unknown color: approx Sage. HEX triplet: 8F, 95 and 7F. RGB value is (143,149,127). Sum of RGB (Red+Green+Blue) = 143+149+127=419 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.13% from 419); Green value is 149 (58.59% from 255 or 35.56% from 419); Blue value is 127 (50% from 255 or 30.31% from 419); Max value from RGB is 149 - color contains mainly: green. Hex color #8F957F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F957F is #706A80. Grayscale: #909090. Windows color (decimal): -7367297 or 8361359. OLE color: 8361359.

HSL color Cylindrical-coordinate representation of color #8F957F: hue angle of 76.36º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8F957F is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB143149127-
CMYK0.0400.150.42
HSL76.36º9.4%54.12%-
HSV(B)76.36º14.77%58.43%-
XYZ25.9128.8724.29-
YUV144.7118.01126.79-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.13%
GREEN value IS 149 (58.59% from 255) = 35.56%
BLUE value IS 127 (50% from 255) = 30.31%
R=34.13%
G=35.56%
B=30.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1431491270.0400.150.4276.369.454.12
Hex8F957F40F2A4c936
Octal2172251774017521141166
Binary100011111001010111111111000111110101010011001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F957F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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