Html Css Color HEX #8D907E Sage

📋 copy color: '#8D907E'

red 141 ◦ green 144 ◦ blue 126

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

Shades of Sage #8D907E

Tints of Sage #8D907E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.04%

 BLUE value IS 126 (49.61% from 255) = 30.66%

R = 34.31%
G = 35.04%
B = 30.66%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#8D907E (or 0x8D907E) is known color: Sage. HEX triplet: 8D, 90 and 7E. RGB value is (141,144,126). Sum of RGB (Red+Green+Blue) = 141+144+126=411 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.31% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 126 (49.61% from 255 or 30.66% from 411); Max value from RGB is 144 - color contains mainly: green. Hex color #8D907E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D907E is #726F81. Grayscale: #8D8D8D. Windows color (decimal): -7499650 or 8294541. OLE color: 8294541.

HSL color Cylindrical-coordinate representation of color #8D907E: hue angle of 70º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8D907E is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB 141 144 126 -
CMYK 0.02 0 0.12 0.44
HSL 70º 0.08% 0.53% -
HSV(B) 70º 0.13% 0.56% -
XYZ 24.72 27.12 23.67 -
YUV 141.05 119.51 127.96 -
System Red Green Blue C M Y K H S L
Decimal 141 144 126 0.02 0 0.12 0.44 70 0.08 0.53
Hex 8D 90 7E 2 0 C 2C 46 8 35
Octal 215 220 176 2 0 14 54 106 10 65
Binary 10001101 10010000 1111110 10 0 1100 101100 1000110 1000 110101

Color Harmonies of #8D907E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D907E

Black with #8D907E

Text Example


Text Example

White with #8D907E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,144,126); }

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

background-color css

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

 a { background-color: rgb(141,144,126); }

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

border-color css

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

 span { border-color: rgb(141,144,126); }

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