Html Css Color HEX #8D957C Sage

📋 copy color: '#8D957C'

red 141 ◦ green 149 ◦ blue 124

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

Shades of Sage #8D957C

Tints of Sage #8D957C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.99%

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

R = 34.06%
G = 35.99%
B = 29.95%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#8D957C (or 0x8D957C) is known color: Sage. HEX triplet: 8D, 95 and 7C. RGB value is (141,149,124). Sum of RGB (Red+Green+Blue) = 141+149+124=414 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.06% from 414); Green value is 149 (58.59% from 255 or 35.99% from 414); Blue value is 124 (48.83% from 255 or 29.95% from 414); Max value from RGB is 149 - color contains mainly: green. Hex color #8D957C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D957C is #726A83. Grayscale: #8F8F8F. Windows color (decimal): -7498372 or 8164749. OLE color: 8164749.

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

Color convert

RGB 141 149 124 -
CMYK 0.05 0 0.17 0.42
HSL 79.2º 0.11% 0.54% -
HSV(B) 79.2º 0.17% 0.58% -
XYZ 25.37 28.61 23.25 -
YUV 143.76 116.85 126.03 -
System Red Green Blue C M Y K H S L
Decimal 141 149 124 0.05 0 0.17 0.42 79.2 0.11 0.54
Hex 8D 95 7C 5 0 11 2A 4F B 36
Octal 215 225 174 5 0 21 52 117 13 66
Binary 10001101 10010101 1111100 101 0 10001 101010 1001111 1011 110110

Color Harmonies of #8D957C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D957C

Black with #8D957C

Text Example


Text Example

White with #8D957C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,149,124); }

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

background-color css

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

 a { background-color: rgb(141,149,124); }

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

border-color css

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

 span { border-color: rgb(141,149,124); }

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