#8FA36F

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

Shades of Sage #8FA36F

Tints of Sage #8FA36F

Color information

#8FA36F (or 0x8FA36F) is unknown color: approx Sage. HEX triplet: 8F, A3 and 6F. RGB value is (143,163,111). Sum of RGB (Red+Green+Blue) = 143+163+111=417 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.29% from 417); Green value is 163 (64.06% from 255 or 39.09% from 417); Blue value is 111 (43.75% from 255 or 26.62% from 417); Max value from RGB is 163 - color contains mainly: green. Hex color #8FA36F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA36F is #705C90. Grayscale: #979797. Windows color (decimal): -7363729 or 7316367. OLE color: 7316367.

HSL color Cylindrical-coordinate representation of color #8FA36F: hue angle of 83.08º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8FA36F is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB143163111-
CMYK0.1200.320.36
HSL83.08º22.03%53.73%-
HSV(B)83.08º31.9%63.92%-
XYZ27.2933.1820.01-
YUV151.09105.37122.23-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.29%
GREEN value IS 163 (64.06% from 255) = 39.09%
BLUE value IS 111 (43.75% from 255) = 26.62%
R=34.29%
G=39.09%
B=26.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1431631110.1200.320.3683.0822.0353.73
Hex8FA36FC02024531636
Octal21724315714040441232666
Binary1000111110100011110111111000100000100100101001110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA36F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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