Html Css Color HEX #8F9C71 Sage

📋 copy color: '#8F9C71'

red 143 ◦ green 156 ◦ blue 113

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

Shades of Sage #8F9C71

Tints of Sage #8F9C71

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.86%

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

R = 34.71%
G = 37.86%
B = 27.43%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#8F9C71 (or 0x8F9C71) is known color: Sage. HEX triplet: 8F, 9C and 71. RGB value is (143,156,113). Sum of RGB (Red+Green+Blue) = 143+156+113=412 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.71% from 412); Green value is 156 (61.33% from 255 or 37.86% from 412); Blue value is 113 (44.53% from 255 or 27.43% from 412); Max value from RGB is 156 - color contains mainly: green. Hex color #8F9C71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9C71 is #70638E. Grayscale: #939393. Windows color (decimal): -7365519 or 7445647. OLE color: 7445647.

HSL color Cylindrical-coordinate representation of color #8F9C71: hue angle of 78.14º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8F9C71 is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB 143 156 113 -
CMYK 0.08 0 0.28 0.39
HSL 78.14º 0.18% 0.53% -
HSV(B) 78.14º 0.28% 0.61% -
XYZ 26.2 30.81 20.19 -
YUV 147.21 108.69 125 -
System Red Green Blue C M Y K H S L
Decimal 143 156 113 0.08 0 0.28 0.39 78.14 0.18 0.53
Hex 8F 9C 71 8 0 1C 27 4E 12 35
Octal 217 234 161 10 0 34 47 116 22 65
Binary 10001111 10011100 1110001 1000 0 11100 100111 1001110 10010 110101

Color Harmonies of #8F9C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9C71

Black with #8F9C71

Text Example


Text Example

White with #8F9C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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