#6FBC60

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

Shades of Mantis #6FBC60

Tints of Mantis #6FBC60

Color information

#6FBC60 (or 0x6FBC60) is unknown color: approx Mantis. HEX triplet: 6F, BC and 60. RGB value is (111,188,96). Sum of RGB (Red+Green+Blue) = 111+188+96=395 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.10% from 395); Green value is 188 (73.83% from 255 or 47.59% from 395); Blue value is 96 (37.89% from 255 or 24.30% from 395); Max value from RGB is 188 - color contains mainly: green. Hex color #6FBC60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FBC60 is #90439F. Grayscale: #9A9A9A. Windows color (decimal): -9454496 or 6339695. OLE color: 6339695.

HSL color Cylindrical-coordinate representation of color #6FBC60: hue angle of 110.22º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FBC60 is Cyan = 0.41, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB11118896-
CMYK0.4100.490.26
HSL110.22º40.71%55.69%-
HSV(B)110.22º48.94%73.73%-
XYZ26.6540.1917.42-
YUV154.4994.9996.98-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.10%
GREEN value IS 188 (73.83% from 255) = 47.59%
BLUE value IS 96 (37.89% from 255) = 24.30%
R=28.10%
G=47.59%
B=24.30%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal111188960.4100.490.26110.2240.7155.69
Hex6FBC60290311A6e2938
Octal15727414051061321565170
Binary11011111011110011000001010010110001110101101110101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6FBC60; }

 p { color: rgb(111,188,96); }

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

<style>
 a { background-color: #6FBC60; }

 a { background-color: rgb(111,188,96); }

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

<style>
 span { border-color: #6FBC60; }

 span { border-color: rgb(111,188,96); }

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