Html Css Color HEX #8DA175 Sage

📋 copy color: '#8DA175'

red 141 ◦ green 161 ◦ blue 117

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

Shades of Sage #8DA175

Tints of Sage #8DA175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.92%

R = 33.65%
G = 38.42%
B = 27.92%

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

#8DA175 (or 0x8DA175) is known color: Sage. HEX triplet: 8D, A1 and 75. RGB value is (141,161,117). Sum of RGB (Red+Green+Blue) = 141+161+117=419 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.65% from 419); Green value is 161 (63.28% from 255 or 38.42% from 419); Blue value is 117 (46.09% from 255 or 27.92% from 419); Max value from RGB is 161 - color contains mainly: green. Hex color #8DA175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA175 is #725E8A. Grayscale: #969696. Windows color (decimal): -7495307 or 7709069. OLE color: 7709069.

HSL color Cylindrical-coordinate representation of color #8DA175: hue angle of 87.27º 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 #8DA175 is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB 141 161 117 -
CMYK 0.12 0 0.27 0.37
HSL 87.27º 0.19% 0.55% -
HSV(B) 87.27º 0.27% 0.63% -
XYZ 26.94 32.44 21.67 -
YUV 150 109.37 121.58 -
System Red Green Blue C M Y K H S L
Decimal 141 161 117 0.12 0 0.27 0.37 87.27 0.19 0.55
Hex 8D A1 75 C 0 1B 25 57 13 37
Octal 215 241 165 14 0 33 45 127 23 67
Binary 10001101 10100001 1110101 1100 0 11011 100101 1010111 10011 110111

Color Harmonies of #8DA175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA175

Black with #8DA175

Text Example


Text Example

White with #8DA175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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