Html Css Color HEX #8C9576 Sage

📋 copy color: '#8C9576'

red 140 ◦ green 149 ◦ blue 118

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

Shades of Sage #8C9576

Tints of Sage #8C9576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 28.99%

R = 34.4%
G = 36.61%
B = 28.99%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#8C9576 (or 0x8C9576) is known color: Sage. HEX triplet: 8C, 95 and 76. RGB value is (140,149,118). Sum of RGB (Red+Green+Blue) = 140+149+118=407 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.40% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 118 (46.48% from 255 or 28.99% from 407); Max value from RGB is 149 - color contains mainly: green. Hex color #8C9576 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9576 is #736A89. Grayscale: #8E8E8E. Windows color (decimal): -7563914 or 7771532. OLE color: 7771532.

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

Color convert

RGB 140 149 118 -
CMYK 0.06 0 0.21 0.42
HSL 77.42º 0.13% 0.52% -
HSV(B) 77.42º 0.21% 0.58% -
XYZ 24.83 28.38 21.31 -
YUV 142.78 114.02 126.02 -
System Red Green Blue C M Y K H S L
Decimal 140 149 118 0.06 0 0.21 0.42 77.42 0.13 0.52
Hex 8C 95 76 6 0 15 2A 4D D 34
Octal 214 225 166 6 0 25 52 115 15 64
Binary 10001100 10010101 1110110 110 0 10101 101010 1001101 1101 110100

Color Harmonies of #8C9576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9576

Black with #8C9576

Text Example


Text Example

White with #8C9576

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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