#8FA06F

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

Shades of Sage #8FA06F

Tints of Sage #8FA06F

Color information

#8FA06F (or 0x8FA06F) is unknown color: approx Sage. HEX triplet: 8F, A0 and 6F. RGB value is (143,160,111). Sum of RGB (Red+Green+Blue) = 143+160+111=414 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.54% from 414); Green value is 160 (62.89% from 255 or 38.65% from 414); Blue value is 111 (43.75% from 255 or 26.81% from 414); Max value from RGB is 160 - color contains mainly: green. Hex color #8FA06F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA06F is #705F90. Grayscale: #959595. Windows color (decimal): -7364497 or 7315599. OLE color: 7315599.

HSL color Cylindrical-coordinate representation of color #8FA06F: hue angle of 80.82º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FA06F is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB143160111-
CMYK0.1100.310.37
HSL80.82º20.5%53.14%-
HSV(B)80.82º30.63%62.75%-
XYZ26.7732.1319.83-
YUV149.33106.37123.48-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.54%
GREEN value IS 160 (62.89% from 255) = 38.65%
BLUE value IS 111 (43.75% from 255) = 26.81%
R=34.54%
G=38.65%
B=26.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1431601110.1100.310.3780.8220.553.14
Hex8FA06FB01F25511535
Octal21724015713037451212565
Binary100011111010000011011111011011111100101101000110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA06F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,160,111); }

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

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

 a { background-color: rgb(143,160,111); }

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

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

 span { border-color: rgb(143,160,111); }

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