Html Css Color HEX #8FA071 Sage

📋 copy color: '#8FA071'

red 143 ◦ green 160 ◦ blue 113

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

Shades of Sage #8FA071

Tints of Sage #8FA071

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.46%

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

R = 34.38%
G = 38.46%
B = 27.16%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#8FA071 (or 0x8FA071) is known color: Sage. HEX triplet: 8F, A0 and 71. RGB value is (143,160,113). Sum of RGB (Red+Green+Blue) = 143+160+113=416 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.38% from 416); Green value is 160 (62.89% from 255 or 38.46% from 416); Blue value is 113 (44.53% from 255 or 27.16% from 416); Max value from RGB is 160 - color contains mainly: green. Hex color #8FA071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA071 is #705F8E. Grayscale: #959595. Windows color (decimal): -7364495 or 7446671. OLE color: 7446671.

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

Color convert

RGB 143 160 113 -
CMYK 0.11 0 0.29 0.37
HSL 81.7º 0.2% 0.54% -
HSV(B) 81.7º 0.29% 0.63% -
XYZ 26.88 32.17 20.42 -
YUV 149.56 107.37 123.32 -
System Red Green Blue C M Y K H S L
Decimal 143 160 113 0.11 0 0.29 0.37 81.7 0.2 0.54
Hex 8F A0 71 B 0 1D 25 52 14 36
Octal 217 240 161 13 0 35 45 122 24 66
Binary 10001111 10100000 1110001 1011 0 11101 100101 1010010 10100 110110

Color Harmonies of #8FA071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA071

Black with #8FA071

Text Example


Text Example

White with #8FA071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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