Html Css Color HEX #8F9B71 Sage

📋 copy color: '#8F9B71'

red 143 ◦ green 155 ◦ blue 113

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

Shades of Sage #8F9B71

Tints of Sage #8F9B71

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.71%

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

R = 34.79%
G = 37.71%
B = 27.49%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.27

 K value IS 0.39

RGB Variations

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

Color information

#8F9B71 (or 0x8F9B71) is known color: Sage. HEX triplet: 8F, 9B and 71. RGB value is (143,155,113). Sum of RGB (Red+Green+Blue) = 143+155+113=411 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.79% from 411); Green value is 155 (60.94% from 255 or 37.71% from 411); Blue value is 113 (44.53% from 255 or 27.49% from 411); Max value from RGB is 155 - color contains mainly: green. Hex color #8F9B71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9B71 is #70648E. Grayscale: #929292. Windows color (decimal): -7365775 or 7445391. OLE color: 7445391.

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

Color convert

RGB 143 155 113 -
CMYK 0.08 0 0.27 0.39
HSL 77.14º 0.17% 0.53% -
HSV(B) 77.14º 0.27% 0.61% -
XYZ 26.03 30.47 20.13 -
YUV 146.62 109.02 125.42 -
System Red Green Blue C M Y K H S L
Decimal 143 155 113 0.08 0 0.27 0.39 77.14 0.17 0.53
Hex 8F 9B 71 8 0 1B 27 4D 11 35
Octal 217 233 161 10 0 33 47 115 21 65
Binary 10001111 10011011 1110001 1000 0 11011 100111 1001101 10001 110101

Color Harmonies of #8F9B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9B71

Black with #8F9B71

Text Example


Text Example

White with #8F9B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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