#8C967A

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

Shades of Sage #8C967A

Tints of Sage #8C967A

Color information

#8C967A (or 0x8C967A) is unknown color: approx Sage. HEX triplet: 8C, 96 and 7A. RGB value is (140,150,122). Sum of RGB (Red+Green+Blue) = 140+150+122=412 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.98% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 122 (48.05% from 255 or 29.61% from 412); Max value from RGB is 150 - color contains mainly: green. Hex color #8C967A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C967A is #736985. Grayscale: #8F8F8F. Windows color (decimal): -7563654 or 8033932. OLE color: 8033932.

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

Color convert

RGB140150122-
CMYK0.0700.190.41
HSL81.43º11.76%53.33%-
HSV(B)81.43º18.67%58.82%-
XYZ25.2328.7922.64-
YUV143.82115.69125.28-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.98%
GREEN value IS 150 (58.98% from 255) = 36.41%
BLUE value IS 122 (48.05% from 255) = 29.61%
R=33.98%
G=36.41%
B=29.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1401501220.0700.190.4181.4311.7653.33
Hex8C967A70132951c35
Octal2142261727023511211465
Binary1000110010010110111101011101001110100110100011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C967A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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