Html Css Color HEX #8DA174 Sage

📋 copy color: '#8DA174'

red 141 ◦ green 161 ◦ blue 116

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

Shades of Sage #8DA174

Tints of Sage #8DA174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.75%

R = 33.73%
G = 38.52%
B = 27.75%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#8DA174 (or 0x8DA174) is known color: Sage. HEX triplet: 8D, A1 and 74. RGB value is (141,161,116). Sum of RGB (Red+Green+Blue) = 141+161+116=418 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.73% from 418); Green value is 161 (63.28% from 255 or 38.52% from 418); Blue value is 116 (45.70% from 255 or 27.75% from 418); Max value from RGB is 161 - color contains mainly: green. Hex color #8DA174 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA174 is #725E8B. Grayscale: #969696. Windows color (decimal): -7495308 or 7643533. OLE color: 7643533.

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

Color convert

RGB 141 161 116 -
CMYK 0.12 0 0.28 0.37
HSL 86.67º 0.19% 0.54% -
HSV(B) 86.67º 0.28% 0.63% -
XYZ 26.88 32.41 21.36 -
YUV 149.89 108.87 121.66 -
System Red Green Blue C M Y K H S L
Decimal 141 161 116 0.12 0 0.28 0.37 86.67 0.19 0.54
Hex 8D A1 74 C 0 1C 25 57 13 36
Octal 215 241 164 14 0 34 45 127 23 66
Binary 10001101 10100001 1110100 1100 0 11100 100101 1010111 10011 110110

Color Harmonies of #8DA174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA174

Black with #8DA174

Text Example


Text Example

White with #8DA174

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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