#8C9A75

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

Shades of Sage #8C9A75

Tints of Sage #8C9A75

Color information

#8C9A75 (or 0x8C9A75) is unknown color: approx Sage. HEX triplet: 8C, 9A and 75. RGB value is (140,154,117). Sum of RGB (Red+Green+Blue) = 140+154+117=411 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.06% from 411); Green value is 154 (60.55% from 255 or 37.47% from 411); Blue value is 117 (46.09% from 255 or 28.47% from 411); Max value from RGB is 154 - color contains mainly: green. Hex color #8C9A75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9A75 is #73658A. Grayscale: #919191. Windows color (decimal): -7562635 or 7707276. OLE color: 7707276.

HSL color Cylindrical-coordinate representation of color #8C9A75: hue angle of 82.7º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8C9A75 is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB140154117-
CMYK0.0900.240.40
HSL82.7º15.48%53.14%-
HSV(B)82.7º24.03%60.39%-
XYZ25.5829.9721.27-
YUV145.6111.86124.01-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.06%
GREEN value IS 154 (60.55% from 255) = 37.47%
BLUE value IS 117 (46.09% from 255) = 28.47%
R=34.06%
G=37.47%
B=28.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1401541170.0900.240.4082.715.4853.14
Hex8C9A7590182853f35
Octal21423216511030501231765
Binary10001100100110101110101100101100010100010100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,154,117); }

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

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

 a { background-color: rgb(140,154,117); }

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

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

 span { border-color: rgb(140,154,117); }

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