Html Css Color HEX #8FA377 Sage

📋 copy color: '#8FA377'

red 143 ◦ green 163 ◦ blue 119

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

Shades of Sage #8FA377

Tints of Sage #8FA377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 28%

R = 33.65%
G = 38.35%
B = 28%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#8FA377 (or 0x8FA377) is known color: Sage. HEX triplet: 8F, A3 and 77. RGB value is (143,163,119). Sum of RGB (Red+Green+Blue) = 143+163+119=425 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.65% from 425); Green value is 163 (64.06% from 255 or 38.35% from 425); Blue value is 119 (46.88% from 255 or 28% from 425); Max value from RGB is 163 - color contains mainly: green. Hex color #8FA377 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA377 is #705C88. Grayscale: #989898. Windows color (decimal): -7363721 or 7840655. OLE color: 7840655.

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

Color convert

RGB 143 163 119 -
CMYK 0.12 0 0.27 0.36
HSL 87.27º 0.19% 0.55% -
HSV(B) 87.27º 0.27% 0.64% -
XYZ 27.75 33.37 22.43 -
YUV 152 109.37 121.58 -
System Red Green Blue C M Y K H S L
Decimal 143 163 119 0.12 0 0.27 0.36 87.27 0.19 0.55
Hex 8F A3 77 C 0 1B 24 57 13 37
Octal 217 243 167 14 0 33 44 127 23 67
Binary 10001111 10100011 1110111 1100 0 11011 100100 1010111 10011 110111

Color Harmonies of #8FA377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA377

Black with #8FA377

Text Example


Text Example

White with #8FA377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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