Html Css Color HEX #8FA271 Sage

📋 copy color: '#8FA271'

red 143 ◦ green 162 ◦ blue 113

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

Shades of Sage #8FA271

Tints of Sage #8FA271

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.76%

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

R = 34.21%
G = 38.76%
B = 27.03%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#8FA271 (or 0x8FA271) is known color: Sage. HEX triplet: 8F, A2 and 71. RGB value is (143,162,113). Sum of RGB (Red+Green+Blue) = 143+162+113=418 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.21% from 418); Green value is 162 (63.67% from 255 or 38.76% from 418); Blue value is 113 (44.53% from 255 or 27.03% from 418); Max value from RGB is 162 - color contains mainly: green. Hex color #8FA271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA271 is #705D8E. Grayscale: #969696. Windows color (decimal): -7363983 or 7447183. OLE color: 7447183.

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

Color convert

RGB 143 162 113 -
CMYK 0.12 0 0.30 0.36
HSL 83.27º 0.21% 0.54% -
HSV(B) 83.27º 0.3% 0.64% -
XYZ 27.23 32.87 20.53 -
YUV 150.73 106.71 122.48 -
System Red Green Blue C M Y K H S L
Decimal 143 162 113 0.12 0 0.30 0.36 83.27 0.21 0.54
Hex 8F A2 71 C 0 1E 24 53 15 36
Octal 217 242 161 14 0 36 44 123 25 66
Binary 10001111 10100010 1110001 1100 0 11110 100100 1010011 10101 110110

Color Harmonies of #8FA271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA271

Black with #8FA271

Text Example


Text Example

White with #8FA271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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