Html Css Color HEX #8D967C Sage

📋 copy color: '#8D967C'

red 141 ◦ green 150 ◦ blue 124

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

Shades of Sage #8D967C

Tints of Sage #8D967C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.14%

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

R = 33.98%
G = 36.14%
B = 29.88%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#8D967C (or 0x8D967C) is known color: Sage. HEX triplet: 8D, 96 and 7C. RGB value is (141,150,124). Sum of RGB (Red+Green+Blue) = 141+150+124=415 (54% of max value = 765). Red value is 141 (55.47% from 255 or 33.98% from 415); Green value is 150 (58.98% from 255 or 36.14% from 415); Blue value is 124 (48.83% from 255 or 29.88% from 415); Max value from RGB is 150 - color contains mainly: green. Hex color #8D967C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D967C is #726983. Grayscale: #909090. Windows color (decimal): -7498116 or 8165005. OLE color: 8165005.

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

Color convert

RGB 141 150 124 -
CMYK 0.06 0 0.17 0.41
HSL 80.77º 0.11% 0.54% -
HSV(B) 80.77º 0.17% 0.59% -
XYZ 25.53 28.93 23.31 -
YUV 144.35 116.52 125.61 -
System Red Green Blue C M Y K H S L
Decimal 141 150 124 0.06 0 0.17 0.41 80.77 0.11 0.54
Hex 8D 96 7C 6 0 11 29 51 B 36
Octal 215 226 174 6 0 21 51 121 13 66
Binary 10001101 10010110 1111100 110 0 10001 101001 1010001 1011 110110

Color Harmonies of #8D967C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D967C

Black with #8D967C

Text Example


Text Example

White with #8D967C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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