#6FBF5F

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

Shades of Mantis #6FBF5F

Tints of Mantis #6FBF5F

Color information

#6FBF5F (or 0x6FBF5F) is unknown color: approx Mantis. HEX triplet: 6F, BF and 5F. RGB value is (111,191,95). Sum of RGB (Red+Green+Blue) = 111+191+95=397 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.96% from 397); Green value is 191 (75% from 255 or 48.11% from 397); Blue value is 95 (37.5% from 255 or 23.93% from 397); Max value from RGB is 191 - color contains mainly: green. Hex color #6FBF5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FBF5F is #9040A0. Grayscale: #9C9C9C. Windows color (decimal): -9453729 or 6274927. OLE color: 6274927.

HSL color Cylindrical-coordinate representation of color #6FBF5F: hue angle of 110º 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 #6FBF5F is Cyan = 0.42, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB11119195-
CMYK0.4200.500.25
HSL110º42.86%56.08%-
HSV(B)110º50.26%74.9%-
XYZ27.2541.4717.39-
YUV156.1493.595.81-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.96%
GREEN value IS 191 (75% from 255) = 48.11%
BLUE value IS 95 (37.5% from 255) = 23.93%
R=27.96%
G=48.11%
B=23.93%

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
Decimal111191950.4200.500.2511042.8656.08
Hex6FBF5F2A032196e2b38
Octal15727713752062311565370
Binary11011111011111110111111010100110010110011101110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBF5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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