#8DA178

Color #8DA178 Sage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sage #8DA178

Tints of Sage #8DA178

Color information

#8DA178 (or 0x8DA178) is unknown color: approx 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

RGB141161120-
CMYK0.1200.250.37
HSL89.27º17.9%55.1%-
HSV(B)89.27º25.47%63.14%-
XYZ27.1232.5122.61-
YUV150.35110.87121.33-

RGB Variations

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

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 (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1411611200.1200.250.3789.2717.955.1
Hex8DA178C01925591237
Octal21524117014031451312267
Binary100011011010000111110001100011001100101101100110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>