Html Css Color HEX #8C957B Sage

📋 copy color: '#8C957B'

red 140 ◦ green 149 ◦ blue 123

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

Shades of Sage #8C957B

Tints of Sage #8C957B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.17%

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

R = 33.98%
G = 36.17%
B = 29.85%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#8C957B (or 0x8C957B) is known color: Sage. HEX triplet: 8C, 95 and 7B. RGB value is (140,149,123). Sum of RGB (Red+Green+Blue) = 140+149+123=412 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.98% from 412); Green value is 149 (58.59% from 255 or 36.17% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 149 - color contains mainly: green. Hex color #8C957B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C957B is #736A84. Grayscale: #8F8F8F. Windows color (decimal): -7563909 or 8099212. OLE color: 8099212.

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

Color convert

RGB 140 149 123 -
CMYK 0.06 0 0.17 0.42
HSL 80.77º 0.11% 0.53% -
HSV(B) 80.77º 0.17% 0.58% -
XYZ 25.14 28.5 22.92 -
YUV 143.35 116.52 125.61 -
System Red Green Blue C M Y K H S L
Decimal 140 149 123 0.06 0 0.17 0.42 80.77 0.11 0.53
Hex 8C 95 7B 6 0 11 2A 51 B 35
Octal 214 225 173 6 0 21 52 121 13 65
Binary 10001100 10010101 1111011 110 0 10001 101010 1010001 1011 110101

Color Harmonies of #8C957B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C957B

Black with #8C957B

Text Example


Text Example

White with #8C957B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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