Html Css Color HEX #8D937B Sage

📋 copy color: '#8D937B'

red 141 ◦ green 147 ◦ blue 123

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

Shades of Sage #8D937B

Tints of Sage #8D937B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.93%

R = 34.31%
G = 35.77%
B = 29.93%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#8D937B (or 0x8D937B) is known color: Sage. HEX triplet: 8D, 93 and 7B. RGB value is (141,147,123). Sum of RGB (Red+Green+Blue) = 141+147+123=411 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.31% from 411); Green value is 147 (57.81% from 255 or 35.77% from 411); Blue value is 123 (48.44% from 255 or 29.93% from 411); Max value from RGB is 147 - color contains mainly: green. Hex color #8D937B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D937B is #726C84. Grayscale: #8E8E8E. Windows color (decimal): -7498885 or 8098701. OLE color: 8098701.

HSL color Cylindrical-coordinate representation of color #8D937B: hue angle of 75º 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 #8D937B is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 141 147 123 -
CMYK 0.04 0 0.16 0.42
HSL 75º 0.1% 0.53% -
HSV(B) 75º 0.16% 0.58% -
XYZ 24.99 27.96 22.82 -
YUV 142.47 117.01 126.95 -
System Red Green Blue C M Y K H S L
Decimal 141 147 123 0.04 0 0.16 0.42 75 0.1 0.53
Hex 8D 93 7B 4 0 10 2A 4B A 35
Octal 215 223 173 4 0 20 52 113 12 65
Binary 10001101 10010011 1111011 100 0 10000 101010 1001011 1010 110101

Color Harmonies of #8D937B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D937B

Black with #8D937B

Text Example


Text Example

White with #8D937B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,147,123); }

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

background-color css

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

 a { background-color: rgb(141,147,123); }

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

border-color css

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

 span { border-color: rgb(141,147,123); }

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