Html Css Color HEX #8D9376 Sage

📋 copy color: '#8D9376'

red 141 ◦ green 147 ◦ blue 118

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

Shades of Sage #8D9376

Tints of Sage #8D9376

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.21%

 BLUE value IS 118 (46.48% from 255) = 29.06%

R = 34.73%
G = 36.21%
B = 29.06%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#8D9376 (or 0x8D9376) is known color: Sage. HEX triplet: 8D, 93 and 76. RGB value is (141,147,118). Sum of RGB (Red+Green+Blue) = 141+147+118=406 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.73% from 406); Green value is 147 (57.81% from 255 or 36.21% from 406); Blue value is 118 (46.48% from 255 or 29.06% from 406); Max value from RGB is 147 - color contains mainly: green. Hex color #8D9376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9376 is #726C89. Grayscale: #8E8E8E. Windows color (decimal): -7498890 or 7771021. OLE color: 7771021.

HSL color Cylindrical-coordinate representation of color #8D9376: hue angle of 72.41º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8D9376 is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 141 147 118 -
CMYK 0.04 0 0.20 0.42
HSL 72.41º 0.12% 0.52% -
HSV(B) 72.41º 0.2% 0.58% -
XYZ 24.69 27.84 21.21 -
YUV 141.9 114.51 127.36 -
System Red Green Blue C M Y K H S L
Decimal 141 147 118 0.04 0 0.20 0.42 72.41 0.12 0.52
Hex 8D 93 76 4 0 14 2A 48 C 34
Octal 215 223 166 4 0 24 52 110 14 64
Binary 10001101 10010011 1110110 100 0 10100 101010 1001000 1100 110100

Color Harmonies of #8D9376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9376

Black with #8D9376

Text Example


Text Example

White with #8D9376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,147,118); }

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

background-color css

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

 a { background-color: rgb(141,147,118); }

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

border-color css

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

 span { border-color: rgb(141,147,118); }

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