#8CBF6A

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

Shades of Mantis #8CBF6A

Tints of Mantis #8CBF6A

Color information

#8CBF6A (or 0x8CBF6A) is unknown color: approx Mantis. HEX triplet: 8C, BF and 6A. RGB value is (140,191,106). Sum of RGB (Red+Green+Blue) = 140+191+106=437 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.04% from 437); Green value is 191 (75% from 255 or 43.71% from 437); Blue value is 106 (41.80% from 255 or 24.26% from 437); Max value from RGB is 191 - color contains mainly: green. Hex color #8CBF6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBF6A is #734095. Grayscale: #A6A6A6. Windows color (decimal): -7553174 or 6995852. OLE color: 6995852.

HSL color Cylindrical-coordinate representation of color #8CBF6A: hue angle of 96º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CBF6A is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB140191106-
CMYK0.2700.450.25
HSL96º39.91%58.24%-
HSV(B)96º44.5%74.9%-
XYZ32.0543.8820.42-
YUV166.0694.1109.41-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.04%
GREEN value IS 191 (75% from 255) = 43.71%
BLUE value IS 106 (41.80% from 255) = 24.26%
R=32.04%
G=43.71%
B=24.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1401911060.2700.450.259639.9158.24
Hex8CBF6A1B02D1960283a
Octal21427715233055311405072
Binary10001100101111111101010110110101101110011100000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBF6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,191,106); }

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

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

 a { background-color: rgb(140,191,106); }

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

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

 span { border-color: rgb(140,191,106); }

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