Html Css Color HEX #8C9C76 Sage

📋 copy color: '#8C9C76'

red 140 ◦ green 156 ◦ blue 118

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

Shades of Sage #8C9C76

Tints of Sage #8C9C76

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.68%

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

R = 33.82%
G = 37.68%
B = 28.5%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.24

 K value IS 0.39

RGB Variations

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

Color information

#8C9C76 (or 0x8C9C76) is known color: Sage. HEX triplet: 8C, 9C and 76. RGB value is (140,156,118). Sum of RGB (Red+Green+Blue) = 140+156+118=414 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.82% from 414); Green value is 156 (61.33% from 255 or 37.68% from 414); Blue value is 118 (46.48% from 255 or 28.50% from 414); Max value from RGB is 156 - color contains mainly: green. Hex color #8C9C76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9C76 is #736389. Grayscale: #939393. Windows color (decimal): -7562122 or 7773324. OLE color: 7773324.

HSL color Cylindrical-coordinate representation of color #8C9C76: hue angle of 85.26º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8C9C76 is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.39.

Color convert

RGB 140 156 118 -
CMYK 0.10 0 0.24 0.39
HSL 85.26º 0.16% 0.54% -
HSV(B) 85.26º 0.24% 0.61% -
XYZ 25.97 30.66 21.69 -
YUV 146.88 111.7 123.09 -
System Red Green Blue C M Y K H S L
Decimal 140 156 118 0.10 0 0.24 0.39 85.26 0.16 0.54
Hex 8C 9C 76 A 0 18 27 55 10 36
Octal 214 234 166 12 0 30 47 125 20 66
Binary 10001100 10011100 1110110 1010 0 11000 100111 1010101 10000 110110

Color Harmonies of #8C9C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9C76

Black with #8C9C76

Text Example


Text Example

White with #8C9C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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