Html Css Color HEX #8DA176 Sage

📋 copy color: '#8DA176'

red 141 ◦ green 161 ◦ blue 118

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

Shades of Sage #8DA176

Tints of Sage #8DA176

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.33%

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

R = 33.57%
G = 38.33%
B = 28.1%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#8DA176 (or 0x8DA176) is known color: Sage. HEX triplet: 8D, A1 and 76. RGB value is (141,161,118). Sum of RGB (Red+Green+Blue) = 141+161+118=420 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.57% from 420); Green value is 161 (63.28% from 255 or 38.33% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 161 - color contains mainly: green. Hex color #8DA176 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA176 is #725E89. Grayscale: #969696. Windows color (decimal): -7495306 or 7774605. OLE color: 7774605.

HSL color Cylindrical-coordinate representation of color #8DA176: hue angle of 87.91º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8DA176 is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB 141 161 118 -
CMYK 0.12 0 0.27 0.37
HSL 87.91º 0.19% 0.55% -
HSV(B) 87.91º 0.27% 0.63% -
XYZ 27 32.46 21.98 -
YUV 150.12 109.87 121.5 -
System Red Green Blue C M Y K H S L
Decimal 141 161 118 0.12 0 0.27 0.37 87.91 0.19 0.55
Hex 8D A1 76 C 0 1B 25 58 13 37
Octal 215 241 166 14 0 33 45 130 23 67
Binary 10001101 10100001 1110110 1100 0 11011 100101 1011000 10011 110111

Color Harmonies of #8DA176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA176

Black with #8DA176

Text Example


Text Example

White with #8DA176

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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