Html Css Color HEX #8C937B Sage

📋 copy color: '#8C937B'

red 140 ◦ green 147 ◦ blue 123

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

Shades of Sage #8C937B

Tints of Sage #8C937B

RGB

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

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

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

R = 34.15%
G = 35.85%
B = 30%

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

#8C937B (or 0x8C937B) is known color: Sage. HEX triplet: 8C, 93 and 7B. RGB value is (140,147,123). Sum of RGB (Red+Green+Blue) = 140+147+123=410 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.15% from 410); Green value is 147 (57.81% from 255 or 35.85% from 410); Blue value is 123 (48.44% from 255 or 30% from 410); Max value from RGB is 147 - color contains mainly: green. Hex color #8C937B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C937B is #736C84. Grayscale: #8E8E8E. Windows color (decimal): -7564421 or 8098700. OLE color: 8098700.

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

Color convert

RGB 140 147 123 -
CMYK 0.05 0 0.16 0.42
HSL 77.5º 0.1% 0.53% -
HSV(B) 77.5º 0.16% 0.58% -
XYZ 24.82 27.87 22.81 -
YUV 142.17 117.18 126.45 -
System Red Green Blue C M Y K H S L
Decimal 140 147 123 0.05 0 0.16 0.42 77.5 0.1 0.53
Hex 8C 93 7B 5 0 10 2A 4E A 35
Octal 214 223 173 5 0 20 52 116 12 65
Binary 10001100 10010011 1111011 101 0 10000 101010 1001110 1010 110101

Color Harmonies of #8C937B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C937B

Black with #8C937B

Text Example


Text Example

White with #8C937B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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