#8F9C6D

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

Shades of Sage #8F9C6D

Tints of Sage #8F9C6D

Color information

#8F9C6D (or 0x8F9C6D) is unknown color: approx Sage. HEX triplet: 8F, 9C and 6D. RGB value is (143,156,109). Sum of RGB (Red+Green+Blue) = 143+156+109=408 (54% of max value = 765). Red value is 143 (56.25% from 255 or 35.05% from 408); Green value is 156 (61.33% from 255 or 38.24% from 408); Blue value is 109 (42.97% from 255 or 26.72% from 408); Max value from RGB is 156 - color contains mainly: green. Hex color #8F9C6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9C6D is #706392. Grayscale: #929292. Windows color (decimal): -7365523 or 7183503. OLE color: 7183503.

HSL color Cylindrical-coordinate representation of color #8F9C6D: hue angle of 76.6º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8F9C6D is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB143156109-
CMYK0.0800.300.39
HSL76.6º19.18%51.96%-
HSV(B)76.6º30.13%61.18%-
XYZ25.9830.7219.03-
YUV146.75106.69125.32-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.05%
GREEN value IS 156 (61.33% from 255) = 38.24%
BLUE value IS 109 (42.97% from 255) = 26.72%
R=35.05%
G=38.24%
B=26.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1431561090.0800.300.3976.619.1851.96
Hex8F9C6D801E274d1334
Octal21723415510036471152364
Binary100011111001110011011011000011110100111100110110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,156,109); }

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

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

 a { background-color: rgb(143,156,109); }

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

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

 span { border-color: rgb(143,156,109); }

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