#8F9A78

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

Shades of Sage #8F9A78

Tints of Sage #8F9A78

Color information

#8F9A78 (or 0x8F9A78) is unknown color: approx Sage. HEX triplet: 8F, 9A and 78. RGB value is (143,154,120). Sum of RGB (Red+Green+Blue) = 143+154+120=417 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.29% from 417); Green value is 154 (60.55% from 255 or 36.93% from 417); Blue value is 120 (47.27% from 255 or 28.78% from 417); Max value from RGB is 154 - color contains mainly: green. Hex color #8F9A78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9A78 is #706587. Grayscale: #929292. Windows color (decimal): -7366024 or 7903887. OLE color: 7903887.

HSL color Cylindrical-coordinate representation of color #8F9A78: hue angle of 79.41º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8F9A78 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB143154120-
CMYK0.0700.220.40
HSL79.41º14.41%53.73%-
HSV(B)79.41º22.08%60.39%-
XYZ26.2730.3122.23-
YUV146.84112.86125.26-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.29%
GREEN value IS 154 (60.55% from 255) = 36.93%
BLUE value IS 120 (47.27% from 255) = 28.78%
R=34.29%
G=36.93%
B=28.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1431541200.0700.220.4079.4114.4153.73
Hex8F9A787016284fe36
Octal2172321707026501171666
Binary1000111110011010111100011101011010100010011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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