Html Css Color HEX #8D9875 Sage

📋 copy color: '#8D9875'

red 141 ◦ green 152 ◦ blue 117

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

Shades of Sage #8D9875

Tints of Sage #8D9875

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.07%

 BLUE value IS 117 (46.09% from 255) = 28.54%

R = 34.39%
G = 37.07%
B = 28.54%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#8D9875 (or 0x8D9875) is known color: Sage. HEX triplet: 8D, 98 and 75. RGB value is (141,152,117). Sum of RGB (Red+Green+Blue) = 141+152+117=410 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.39% from 410); Green value is 152 (59.77% from 255 or 37.07% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 152 - color contains mainly: green. Hex color #8D9875 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9875 is #72678A. Grayscale: #909090. Windows color (decimal): -7497611 or 7706765. OLE color: 7706765.

HSL color Cylindrical-coordinate representation of color #8D9875: hue angle of 78.86º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8D9875 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.40.

Color convert

RGB 141 152 117 -
CMYK 0.07 0 0.23 0.40
HSL 78.86º 0.15% 0.53% -
HSV(B) 78.86º 0.23% 0.6% -
XYZ 25.42 29.4 21.17 -
YUV 144.72 112.36 125.35 -
System Red Green Blue C M Y K H S L
Decimal 141 152 117 0.07 0 0.23 0.40 78.86 0.15 0.53
Hex 8D 98 75 7 0 17 28 4F F 35
Octal 215 230 165 7 0 27 50 117 17 65
Binary 10001101 10011000 1110101 111 0 10111 101000 1001111 1111 110101

Color Harmonies of #8D9875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9875

Black with #8D9875

Text Example


Text Example

White with #8D9875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,152,117); }

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

background-color css

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

 a { background-color: rgb(141,152,117); }

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

border-color css

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

 span { border-color: rgb(141,152,117); }

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