#8FA16C

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

Shades of Sage #8FA16C

Tints of Sage #8FA16C

Color information

#8FA16C (or 0x8FA16C) is unknown color: approx Sage. HEX triplet: 8F, A1 and 6C. RGB value is (143,161,108). Sum of RGB (Red+Green+Blue) = 143+161+108=412 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.71% from 412); Green value is 161 (63.28% from 255 or 39.08% from 412); Blue value is 108 (42.58% from 255 or 26.21% from 412); Max value from RGB is 161 - color contains mainly: green. Hex color #8FA16C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA16C is #705E93. Grayscale: #959595. Windows color (decimal): -7364244 or 7119247. OLE color: 7119247.

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

Color convert

RGB143161108-
CMYK0.1100.330.37
HSL80.38º21.99%52.75%-
HSV(B)80.38º32.92%63.14%-
XYZ26.7832.4119.03-
YUV149.58104.54123.31-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.71%
GREEN value IS 161 (63.28% from 255) = 39.08%
BLUE value IS 108 (42.58% from 255) = 26.21%
R=34.71%
G=39.08%
B=26.21%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1431611080.1100.330.3780.3821.9952.75
Hex8FA16CB02125501635
Octal21724115413041451202665
Binary1000111110100001110110010110100001100101101000010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,161,108); }

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

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

 a { background-color: rgb(143,161,108); }

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

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

 span { border-color: rgb(143,161,108); }

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