Html Css Color HEX #8D967E Sage

📋 copy color: '#8D967E'

red 141 ◦ green 150 ◦ blue 126

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

Shades of Sage #8D967E

Tints of Sage #8D967E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.97%

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

R = 33.81%
G = 35.97%
B = 30.22%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#8D967E (or 0x8D967E) is known color: Sage. HEX triplet: 8D, 96 and 7E. RGB value is (141,150,126). Sum of RGB (Red+Green+Blue) = 141+150+126=417 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.81% from 417); Green value is 150 (58.98% from 255 or 35.97% from 417); Blue value is 126 (49.61% from 255 or 30.22% from 417); Max value from RGB is 150 - color contains mainly: green. Hex color #8D967E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D967E is #726981. Grayscale: #909090. Windows color (decimal): -7498114 or 8296077. OLE color: 8296077.

HSL color Cylindrical-coordinate representation of color #8D967E: hue angle of 82.5º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8D967E is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB 141 150 126 -
CMYK 0.06 0 0.16 0.41
HSL 82.5º 0.1% 0.54% -
HSV(B) 82.5º 0.16% 0.59% -
XYZ 25.66 28.98 23.98 -
YUV 144.57 117.52 125.45 -
System Red Green Blue C M Y K H S L
Decimal 141 150 126 0.06 0 0.16 0.41 82.5 0.1 0.54
Hex 8D 96 7E 6 0 10 29 52 A 36
Octal 215 226 176 6 0 20 51 122 12 66
Binary 10001101 10010110 1111110 110 0 10000 101001 1010010 1010 110110

Color Harmonies of #8D967E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D967E

Black with #8D967E

Text Example


Text Example

White with #8D967E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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