Html Css Color HEX #8FA373 Sage

📋 copy color: '#8FA373'

red 143 ◦ green 163 ◦ blue 115

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

Shades of Sage #8FA373

Tints of Sage #8FA373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.32%

R = 33.97%
G = 38.72%
B = 27.32%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#8FA373 (or 0x8FA373) is known color: Sage. HEX triplet: 8F, A3 and 73. RGB value is (143,163,115). Sum of RGB (Red+Green+Blue) = 143+163+115=421 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.97% from 421); Green value is 163 (64.06% from 255 or 38.72% from 421); Blue value is 115 (45.31% from 255 or 27.32% from 421); Max value from RGB is 163 - color contains mainly: green. Hex color #8FA373 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA373 is #705C8C. Grayscale: #979797. Windows color (decimal): -7363725 or 7578511. OLE color: 7578511.

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

Color convert

RGB 143 163 115 -
CMYK 0.12 0 0.29 0.36
HSL 85º 0.21% 0.55% -
HSV(B) 85º 0.29% 0.64% -
XYZ 27.52 33.27 21.19 -
YUV 151.55 107.37 121.9 -
System Red Green Blue C M Y K H S L
Decimal 143 163 115 0.12 0 0.29 0.36 85 0.21 0.55
Hex 8F A3 73 C 0 1D 24 55 15 37
Octal 217 243 163 14 0 35 44 125 25 67
Binary 10001111 10100011 1110011 1100 0 11101 100100 1010101 10101 110111

Color Harmonies of #8FA373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA373

Black with #8FA373

Text Example


Text Example

White with #8FA373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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