Html Css Color HEX #8FA371 Sage

📋 copy color: '#8FA371'

red 143 ◦ green 163 ◦ blue 113

#8FA371
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sage #8FA371

Tints of Sage #8FA371

RGB

 RED value IS 143 (56.25% from 255) = 34.13%

 GREEN value IS 163 (64.06% from 255) = 38.9%

 BLUE value IS 113 (44.53% from 255) = 26.97%

R = 34.13%
G = 38.9%
B = 26.97%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#8FA371 (or 0x8FA371) is known color: Sage. HEX triplet: 8F, A3 and 71. RGB value is (143,163,113). Sum of RGB (Red+Green+Blue) = 143+163+113=419 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.13% from 419); Green value is 163 (64.06% from 255 or 38.90% from 419); Blue value is 113 (44.53% from 255 or 26.97% from 419); Max value from RGB is 163 - color contains mainly: green. Hex color #8FA371 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA371 is #705C8E. Grayscale: #979797. Windows color (decimal): -7363727 or 7447439. OLE color: 7447439.

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

Color convert

RGB 143 163 113 -
CMYK 0.12 0 0.31 0.36
HSL 84º 0.21% 0.54% -
HSV(B) 84º 0.31% 0.64% -
XYZ 27.41 33.23 20.59 -
YUV 151.32 106.37 122.07 -
System Red Green Blue C M Y K H S L
Decimal 143 163 113 0.12 0 0.31 0.36 84 0.21 0.54
Hex 8F A3 71 C 0 1F 24 54 15 36
Octal 217 243 161 14 0 37 44 124 25 66
Binary 10001111 10100011 1110001 1100 0 11111 100100 1010100 10101 110110

Color Harmonies of #8FA371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA371

Black with #8FA371

Text Example


Text Example

White with #8FA371

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8FA371;
 }
 .AnyTagClassName
 {
   color: #8FA371;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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