#8C997B

Color #8C997B Sage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sage #8C997B

Tints of Sage #8C997B

Color information

#8C997B (or 0x8C997B) is unknown color: approx Sage. HEX triplet: 8C, 99 and 7B. RGB value is (140,153,123). Sum of RGB (Red+Green+Blue) = 140+153+123=416 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.65% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 123 (48.44% from 255 or 29.57% from 416); Max value from RGB is 153 - color contains mainly: green. Hex color #8C997B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C997B is #736684. Grayscale: #919191. Windows color (decimal): -7562885 or 8100236. OLE color: 8100236.

HSL color Cylindrical-coordinate representation of color #8C997B: hue angle of 86º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8C997B is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB140153123-
CMYK0.0800.200.4
HSL86º12.82%54.12%-
HSV(B)86º19.61%60%-
XYZ25.7829.7923.13-
YUV145.69115.19123.94-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.65%
GREEN value IS 153 (60.16% from 255) = 36.78%
BLUE value IS 123 (48.44% from 255) = 29.57%
R=33.65%
G=36.78%
B=29.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1401531230.0800.200.48612.8254.12
Hex8C997B80142856d36
Octal21423117310024501261566
Binary10001100100110011111011100001010010100010101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C997B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8C997B;
 }
 .AnyTagClassName
 {
   color: #8C997B;
 }
</style>
background-color css

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

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

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

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

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

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