#8C927B

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

Shades of Sage #8C927B

Tints of Sage #8C927B

Color information

#8C927B (or 0x8C927B) is unknown color: approx Sage. HEX triplet: 8C, 92 and 7B. RGB value is (140,146,123). Sum of RGB (Red+Green+Blue) = 140+146+123=409 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.23% from 409); Green value is 146 (57.42% from 255 or 35.70% from 409); Blue value is 123 (48.44% from 255 or 30.07% from 409); Max value from RGB is 146 - color contains mainly: green. Hex color #8C927B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C927B is #736D84. Grayscale: #8D8D8D. Windows color (decimal): -7564677 or 8098444. OLE color: 8098444.

HSL color Cylindrical-coordinate representation of color #8C927B: hue angle of 75.65º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8C927B is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB140146123-
CMYK0.0400.160.43
HSL75.65º9.54%52.75%-
HSV(B)75.65º15.75%57.25%-
XYZ24.6727.5622.76-
YUV141.58117.51126.87-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.23%
GREEN value IS 146 (57.42% from 255) = 35.70%
BLUE value IS 123 (48.44% from 255) = 30.07%
R=34.23%
G=35.70%
B=30.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1401461230.0400.160.4375.659.5452.75
Hex8C927B40102B4ca35
Octal2142221734020531141265
Binary1000110010010010111101110001000010101110011001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C927B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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