#8F9F7A

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

Shades of Sage #8F9F7A

Tints of Sage #8F9F7A

Color information

#8F9F7A (or 0x8F9F7A) is unknown color: approx Sage. HEX triplet: 8F, 9F and 7A. RGB value is (143,159,122). Sum of RGB (Red+Green+Blue) = 143+159+122=424 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.73% from 424); Green value is 159 (62.5% from 255 or 37.5% from 424); Blue value is 122 (48.05% from 255 or 28.77% from 424); Max value from RGB is 159 - color contains mainly: green. Hex color #8F9F7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9F7A is #706085. Grayscale: #969696. Windows color (decimal): -7364742 or 8036239. OLE color: 8036239.

HSL color Cylindrical-coordinate representation of color #8F9F7A: hue angle of 85.95º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8F9F7A is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB143159122-
CMYK0.1000.230.38
HSL85.95º16.16%55.1%-
HSV(B)85.95º23.27%62.35%-
XYZ27.2432.0423.16-
YUV150112.2123.01-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.73%
GREEN value IS 159 (62.5% from 255) = 37.5%
BLUE value IS 122 (48.05% from 255) = 28.77%
R=33.73%
G=37.5%
B=28.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1431591220.1000.230.3885.9516.1655.1
Hex8F9F7AA01726561037
Octal21723717212027461262067
Binary100011111001111111110101010010111100110101011010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,159,122); }

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

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

 a { background-color: rgb(143,159,122); }

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

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

 span { border-color: rgb(143,159,122); }

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