#6FBF60

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

Shades of Mantis #6FBF60

Tints of Mantis #6FBF60

Color information

#6FBF60 (or 0x6FBF60) is unknown color: approx Mantis. HEX triplet: 6F, BF and 60. RGB value is (111,191,96). Sum of RGB (Red+Green+Blue) = 111+191+96=398 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.89% from 398); Green value is 191 (75% from 255 or 47.99% from 398); Blue value is 96 (37.89% from 255 or 24.12% from 398); Max value from RGB is 191 - color contains mainly: green. Hex color #6FBF60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FBF60 is #90409F. Grayscale: #9C9C9C. Windows color (decimal): -9453728 or 6340463. OLE color: 6340463.

HSL color Cylindrical-coordinate representation of color #6FBF60: hue angle of 110.53º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FBF60 is Cyan = 0.42, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB11119196-
CMYK0.4200.500.25
HSL110.53º42.6%56.27%-
HSV(B)110.53º49.74%74.9%-
XYZ27.341.4917.64-
YUV156.259495.72-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.89%
GREEN value IS 191 (75% from 255) = 47.99%
BLUE value IS 96 (37.89% from 255) = 24.12%
R=27.89%
G=47.99%
B=24.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal111191960.4200.500.25110.5342.656.27
Hex6FBF602A032196f2b38
Octal15727714052062311575370
Binary11011111011111111000001010100110010110011101111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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