Html Css Color HEX #8C9677 Sage

📋 copy color: '#8C9677'

red 140 ◦ green 150 ◦ blue 119

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

Shades of Sage #8C9677

Tints of Sage #8C9677

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.67%

 BLUE value IS 119 (46.88% from 255) = 29.1%

R = 34.23%
G = 36.67%
B = 29.1%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#8C9677 (or 0x8C9677) is known color: Sage. HEX triplet: 8C, 96 and 77. RGB value is (140,150,119). Sum of RGB (Red+Green+Blue) = 140+150+119=409 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.23% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 119 (46.88% from 255 or 29.10% from 409); Max value from RGB is 150 - color contains mainly: green. Hex color #8C9677 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9677 is #736988. Grayscale: #8F8F8F. Windows color (decimal): -7563657 or 7837324. OLE color: 7837324.

HSL color Cylindrical-coordinate representation of color #8C9677: hue angle of 79.35º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8C9677 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 140 150 119 -
CMYK 0.07 0 0.21 0.41
HSL 79.35º 0.13% 0.53% -
HSV(B) 79.35º 0.21% 0.59% -
XYZ 25.05 28.72 21.68 -
YUV 143.48 114.19 125.52 -
System Red Green Blue C M Y K H S L
Decimal 140 150 119 0.07 0 0.21 0.41 79.35 0.13 0.53
Hex 8C 96 77 7 0 15 29 4F D 35
Octal 214 226 167 7 0 25 51 117 15 65
Binary 10001100 10010110 1110111 111 0 10101 101001 1001111 1101 110101

Color Harmonies of #8C9677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9677

Black with #8C9677

Text Example


Text Example

White with #8C9677

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,150,119); }

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

background-color css

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

 a { background-color: rgb(140,150,119); }

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

border-color css

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

 span { border-color: rgb(140,150,119); }

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