#8F9378

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

Shades of Sage #8F9378

Tints of Sage #8F9378

Color information

#8F9378 (or 0x8F9378) is unknown color: approx Sage. HEX triplet: 8F, 93 and 78. RGB value is (143,147,120). Sum of RGB (Red+Green+Blue) = 143+147+120=410 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.88% from 410); Green value is 147 (57.81% from 255 or 35.85% from 410); Blue value is 120 (47.27% from 255 or 29.27% from 410); Max value from RGB is 147 - color contains mainly: green. Hex color #8F9378 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9378 is #706C87. Grayscale: #8E8E8E. Windows color (decimal): -7367816 or 7902095. OLE color: 7902095.

HSL color Cylindrical-coordinate representation of color #8F9378: hue angle of 68.89º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8F9378 is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB143147120-
CMYK0.0300.180.42
HSL68.89º11.11%52.35%-
HSV(B)68.89º18.37%57.65%-
XYZ25.1528.0621.86-
YUV142.73115.17128.2-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.88%
GREEN value IS 147 (57.81% from 255) = 35.85%
BLUE value IS 120 (47.27% from 255) = 29.27%
R=34.88%
G=35.85%
B=29.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1431471200.0300.180.4268.8911.1152.35
Hex8F937830122A45b34
Octal2172231703022521051364
Binary100011111001001111110001101001010101010001011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,147,120); }

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

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

 a { background-color: rgb(143,147,120); }

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

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

 span { border-color: rgb(143,147,120); }

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