Html Css Color HEX #8F977C Sage

📋 copy color: '#8F977C'

red 143 ◦ green 151 ◦ blue 124

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

Shades of Sage #8F977C

Tints of Sage #8F977C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.12%

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

R = 34.21%
G = 36.12%
B = 29.67%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#8F977C (or 0x8F977C) is known color: Sage. HEX triplet: 8F, 97 and 7C. RGB value is (143,151,124). Sum of RGB (Red+Green+Blue) = 143+151+124=418 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.21% from 418); Green value is 151 (59.38% from 255 or 36.12% from 418); Blue value is 124 (48.83% from 255 or 29.67% from 418); Max value from RGB is 151 - color contains mainly: green. Hex color #8F977C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F977C is #706883. Grayscale: #919191. Windows color (decimal): -7366788 or 8165263. OLE color: 8165263.

HSL color Cylindrical-coordinate representation of color #8F977C: hue angle of 77.78º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8F977C is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB 143 151 124 -
CMYK 0.05 0 0.18 0.41
HSL 77.78º 0.11% 0.54% -
HSV(B) 77.78º 0.18% 0.59% -
XYZ 26.03 29.43 23.38 -
YUV 145.53 115.85 126.2 -
System Red Green Blue C M Y K H S L
Decimal 143 151 124 0.05 0 0.18 0.41 77.78 0.11 0.54
Hex 8F 97 7C 5 0 12 29 4E B 36
Octal 217 227 174 5 0 22 51 116 13 66
Binary 10001111 10010111 1111100 101 0 10010 101001 1001110 1011 110110

Color Harmonies of #8F977C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F977C

Black with #8F977C

Text Example


Text Example

White with #8F977C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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