Html Css Color HEX #8DA178 Sage

📋 copy color: '#8DA178'

red 141 ◦ green 161 ◦ blue 120

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

Shades of Sage #8DA178

Tints of Sage #8DA178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 28.44%

R = 33.41%
G = 38.15%
B = 28.44%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#8DA178 (or 0x8DA178) is known color: Sage. HEX triplet: 8D, A1 and 78. RGB value is (141,161,120). Sum of RGB (Red+Green+Blue) = 141+161+120=422 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.41% from 422); Green value is 161 (63.28% from 255 or 38.15% from 422); Blue value is 120 (47.27% from 255 or 28.44% from 422); Max value from RGB is 161 - color contains mainly: green. Hex color #8DA178 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA178 is #725E87. Grayscale: #969696. Windows color (decimal): -7495304 or 7905677. OLE color: 7905677.

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

Color convert

RGB 141 161 120 -
CMYK 0.12 0 0.25 0.37
HSL 89.27º 0.18% 0.55% -
HSV(B) 89.27º 0.25% 0.63% -
XYZ 27.12 32.51 22.61 -
YUV 150.35 110.87 121.33 -
System Red Green Blue C M Y K H S L
Decimal 141 161 120 0.12 0 0.25 0.37 89.27 0.18 0.55
Hex 8D A1 78 C 0 19 25 59 12 37
Octal 215 241 170 14 0 31 45 131 22 67
Binary 10001101 10100001 1111000 1100 0 11001 100101 1011001 10010 110111

Color Harmonies of #8DA178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA178

Black with #8DA178

Text Example


Text Example

White with #8DA178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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