Html Css Color HEX #8D977F Sage

📋 copy color: '#8D977F'

red 141 ◦ green 151 ◦ blue 127

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

Shades of Sage #8D977F

Tints of Sage #8D977F

RGB

 RED value IS 141 (55.47% from 255) = 33.65%

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

 BLUE value IS 127 (50% from 255) = 30.31%

R = 33.65%
G = 36.04%
B = 30.31%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#8D977F (or 0x8D977F) is known color: Sage. HEX triplet: 8D, 97 and 7F. RGB value is (141,151,127). Sum of RGB (Red+Green+Blue) = 141+151+127=419 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.65% from 419); Green value is 151 (59.38% from 255 or 36.04% from 419); Blue value is 127 (50% from 255 or 30.31% from 419); Max value from RGB is 151 - color contains mainly: green. Hex color #8D977F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D977F is #726880. Grayscale: #919191. Windows color (decimal): -7497857 or 8361869. OLE color: 8361869.

HSL color Cylindrical-coordinate representation of color #8D977F: hue angle of 85º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8D977F is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB 141 151 127 -
CMYK 0.07 0 0.16 0.41
HSL 85º 0.1% 0.55% -
HSV(B) 85º 0.16% 0.59% -
XYZ 25.88 29.33 24.38 -
YUV 145.27 117.69 124.95 -
System Red Green Blue C M Y K H S L
Decimal 141 151 127 0.07 0 0.16 0.41 85 0.1 0.55
Hex 8D 97 7F 7 0 10 29 55 A 37
Octal 215 227 177 7 0 20 51 125 12 67
Binary 10001101 10010111 1111111 111 0 10000 101001 1010101 1010 110111

Color Harmonies of #8D977F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D977F

Black with #8D977F

Text Example


Text Example

White with #8D977F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,151,127); }

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

background-color css

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

 a { background-color: rgb(141,151,127); }

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

border-color css

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

 span { border-color: rgb(141,151,127); }

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