Html Css Color HEX #8F997C Sage

📋 copy color: '#8F997C'

red 143 ◦ green 153 ◦ blue 124

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

Shades of Sage #8F997C

Tints of Sage #8F997C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.43%

 BLUE value IS 124 (48.83% from 255) = 29.52%

R = 34.05%
G = 36.43%
B = 29.52%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.19

 K value IS 0.4

RGB Variations

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

Color information

#8F997C (or 0x8F997C) is known color: Sage. HEX triplet: 8F, 99 and 7C. RGB value is (143,153,124). Sum of RGB (Red+Green+Blue) = 143+153+124=420 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.05% from 420); Green value is 153 (60.16% from 255 or 36.43% from 420); Blue value is 124 (48.83% from 255 or 29.52% from 420); Max value from RGB is 153 - color contains mainly: green. Hex color #8F997C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F997C is #706683. Grayscale: #929292. Windows color (decimal): -7366276 or 8165775. OLE color: 8165775.

HSL color Cylindrical-coordinate representation of color #8F997C: hue angle of 80.69º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8F997C is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.4.

Color convert

RGB 143 153 124 -
CMYK 0.07 0 0.19 0.4
HSL 80.69º 0.12% 0.54% -
HSV(B) 80.69º 0.19% 0.6% -
XYZ 26.36 30.08 23.49 -
YUV 146.7 115.19 125.36 -
System Red Green Blue C M Y K H S L
Decimal 143 153 124 0.07 0 0.19 0.4 80.69 0.12 0.54
Hex 8F 99 7C 7 0 13 28 51 C 36
Octal 217 231 174 7 0 23 50 121 14 66
Binary 10001111 10011001 1111100 111 0 10011 101000 1010001 1100 110110

Color Harmonies of #8F997C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F997C

Black with #8F997C

Text Example


Text Example

White with #8F997C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,153,124); }

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

background-color css

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

 a { background-color: rgb(143,153,124); }

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

border-color css

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

 span { border-color: rgb(143,153,124); }

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