#8CBF6C

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

Shades of Mantis #8CBF6C

Tints of Mantis #8CBF6C

Color information

#8CBF6C (or 0x8CBF6C) is unknown color: approx Mantis. HEX triplet: 8C, BF and 6C. RGB value is (140,191,108). Sum of RGB (Red+Green+Blue) = 140+191+108=439 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.89% from 439); Green value is 191 (75% from 255 or 43.51% from 439); Blue value is 108 (42.58% from 255 or 24.60% from 439); Max value from RGB is 191 - color contains mainly: green. Hex color #8CBF6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBF6C is #734093. Grayscale: #A6A6A6. Windows color (decimal): -7553172 or 7126924. OLE color: 7126924.

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

Color convert

RGB140191108-
CMYK0.2700.430.25
HSL96.87º39.34%58.63%-
HSV(B)96.87º43.46%74.9%-
XYZ32.1543.9220.97-
YUV166.2995.1109.25-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.89%
GREEN value IS 191 (75% from 255) = 43.51%
BLUE value IS 108 (42.58% from 255) = 24.60%
R=31.89%
G=43.51%
B=24.60%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1401911080.2700.430.2596.8739.3458.63
Hex8CBF6C1B02B1961273b
Octal21427715433053311414773
Binary10001100101111111101100110110101011110011100001100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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