Html Css Color HEX #8C997E Sage

📋 copy color: '#8C997E'

red 140 ◦ green 153 ◦ blue 126

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

Shades of Sage #8C997E

Tints of Sage #8C997E

RGB

 RED value IS 140 (55.08% from 255) = 33.41%

 GREEN value IS 153 (60.16% from 255) = 36.52%

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

R = 33.41%
G = 36.52%
B = 30.07%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#8C997E (or 0x8C997E) is known color: Sage. HEX triplet: 8C, 99 and 7E. RGB value is (140,153,126). Sum of RGB (Red+Green+Blue) = 140+153+126=419 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.41% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 153 - color contains mainly: green. Hex color #8C997E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C997E is #736681. Grayscale: #929292. Windows color (decimal): -7562882 or 8296844. OLE color: 8296844.

HSL color Cylindrical-coordinate representation of color #8C997E: hue angle of 88.89º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8C997E is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB 140 153 126 -
CMYK 0.08 0 0.18 0.4
HSL 88.89º 0.12% 0.55% -
HSV(B) 88.89º 0.18% 0.6% -
XYZ 25.97 29.86 24.13 -
YUV 146.04 116.69 123.7 -
System Red Green Blue C M Y K H S L
Decimal 140 153 126 0.08 0 0.18 0.4 88.89 0.12 0.55
Hex 8C 99 7E 8 0 12 28 59 C 37
Octal 214 231 176 10 0 22 50 131 14 67
Binary 10001100 10011001 1111110 1000 0 10010 101000 1011001 1100 110111

Color Harmonies of #8C997E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C997E

Black with #8C997E

Text Example


Text Example

White with #8C997E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,153,126); }

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

background-color css

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

 a { background-color: rgb(140,153,126); }

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

border-color css

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

 span { border-color: rgb(140,153,126); }

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