Html Css Color HEX #8D9480 Sage

📋 copy color: '#8D9480'

red 141 ◦ green 148 ◦ blue 128

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

Shades of Sage #8D9480

Tints of Sage #8D9480

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.49%

 BLUE value IS 128 (50.39% from 255) = 30.7%

R = 33.81%
G = 35.49%
B = 30.7%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#8D9480 (or 0x8D9480) is known color: Sage. HEX triplet: 8D, 94 and 80. RGB value is (141,148,128). Sum of RGB (Red+Green+Blue) = 141+148+128=417 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.81% from 417); Green value is 148 (58.20% from 255 or 35.49% from 417); Blue value is 128 (50.39% from 255 or 30.70% from 417); Max value from RGB is 148 - color contains mainly: green. Hex color #8D9480 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9480 is #726B7F. Grayscale: #8F8F8F. Windows color (decimal): -7498624 or 8426637. OLE color: 8426637.

HSL color Cylindrical-coordinate representation of color #8D9480: hue angle of 81º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8D9480 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 141 148 128 -
CMYK 0.05 0 0.14 0.42
HSL 81º 0.09% 0.54% -
HSV(B) 81º 0.14% 0.58% -
XYZ 25.47 28.4 24.56 -
YUV 143.63 119.18 126.13 -
System Red Green Blue C M Y K H S L
Decimal 141 148 128 0.05 0 0.14 0.42 81 0.09 0.54
Hex 8D 94 80 5 0 E 2A 51 9 36
Octal 215 224 200 5 0 16 52 121 11 66
Binary 10001101 10010100 10000000 101 0 1110 101010 1010001 1001 110110

Color Harmonies of #8D9480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9480

Black with #8D9480

Text Example


Text Example

White with #8D9480

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,148,128); }

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

background-color css

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

 a { background-color: rgb(141,148,128); }

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

border-color css

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

 span { border-color: rgb(141,148,128); }

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