Html Css Color HEX #8C937C Sage

📋 copy color: '#8C937C'

red 140 ◦ green 147 ◦ blue 124

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

Shades of Sage #8C937C

Tints of Sage #8C937C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.77%

 BLUE value IS 124 (48.83% from 255) = 30.17%

R = 34.06%
G = 35.77%
B = 30.17%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#8C937C (or 0x8C937C) is known color: Sage. HEX triplet: 8C, 93 and 7C. RGB value is (140,147,124). Sum of RGB (Red+Green+Blue) = 140+147+124=411 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.06% from 411); Green value is 147 (57.81% from 255 or 35.77% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 147 - color contains mainly: green. Hex color #8C937C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C937C is #736C83. Grayscale: #8E8E8E. Windows color (decimal): -7564420 or 8164236. OLE color: 8164236.

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

Color convert

RGB 140 147 124 -
CMYK 0.05 0 0.16 0.42
HSL 78.26º 0.1% 0.53% -
HSV(B) 78.26º 0.16% 0.58% -
XYZ 24.89 27.9 23.14 -
YUV 142.29 117.68 126.37 -
System Red Green Blue C M Y K H S L
Decimal 140 147 124 0.05 0 0.16 0.42 78.26 0.1 0.53
Hex 8C 93 7C 5 0 10 2A 4E A 35
Octal 214 223 174 5 0 20 52 116 12 65
Binary 10001100 10010011 1111100 101 0 10000 101010 1001110 1010 110101

Color Harmonies of #8C937C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C937C

Black with #8C937C

Text Example


Text Example

White with #8C937C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,147,124); }

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

background-color css

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

 a { background-color: rgb(140,147,124); }

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

border-color css

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

 span { border-color: rgb(140,147,124); }

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