#8C967E

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

Shades of Sage #8C967E

Tints of Sage #8C967E

Color information

#8C967E (or 0x8C967E) is unknown color: approx Sage. HEX triplet: 8C, 96 and 7E. RGB value is (140,150,126). Sum of RGB (Red+Green+Blue) = 140+150+126=416 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.65% from 416); Green value is 150 (58.98% from 255 or 36.06% from 416); Blue value is 126 (49.61% from 255 or 30.29% from 416); Max value from RGB is 150 - color contains mainly: green. Hex color #8C967E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C967E is #736981. Grayscale: #909090. Windows color (decimal): -7563650 or 8296076. OLE color: 8296076.

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

Color convert

RGB140150126-
CMYK0.0700.160.41
HSL85º10.26%54.12%-
HSV(B)85º16%58.82%-
XYZ25.4928.8923.97-
YUV144.27117.69124.95-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.65%
GREEN value IS 150 (58.98% from 255) = 36.06%
BLUE value IS 126 (49.61% from 255) = 30.29%
R=33.65%
G=36.06%
B=30.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1401501260.0700.160.418510.2654.12
Hex8C967E70102955a36
Octal2142261767020511251266
Binary1000110010010110111111011101000010100110101011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C967E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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