#8CA78A

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

Shades of Mantle #8CA78A

Tints of Mantle #8CA78A

Color information

#8CA78A (or 0x8CA78A) is unknown color: approx Mantle. HEX triplet: 8C, A7 and 8A. RGB value is (140,167,138). Sum of RGB (Red+Green+Blue) = 140+167+138=445 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.46% from 445); Green value is 167 (65.62% from 255 or 37.53% from 445); Blue value is 138 (54.30% from 255 or 31.01% from 445); Max value from RGB is 167 - color contains mainly: green. Hex color #8CA78A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA78A is #735875. Grayscale: #9B9B9B. Windows color (decimal): -7559286 or 9086860. OLE color: 9086860.

HSL color Cylindrical-coordinate representation of color #8CA78A: hue angle of 115.86º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8CA78A is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB140167138-
CMYK0.1600.170.35
HSL115.86º14.15%59.8%-
HSV(B)115.86º17.37%65.49%-
XYZ29.2235.0529.27-
YUV155.62118.05116.86-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.46%
GREEN value IS 167 (65.62% from 255) = 37.53%
BLUE value IS 138 (54.30% from 255) = 31.01%
R=31.46%
G=37.53%
B=31.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1401671380.1600.170.35115.8614.1559.8
Hex8CA78A100112374e3c
Octal21424721220021431641674
Binary1000110010100111100010101000001000110001111101001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,167,138); }

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

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

 a { background-color: rgb(140,167,138); }

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

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

 span { border-color: rgb(140,167,138); }

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