#6FB35F

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

Shades of Mantis #6FB35F

Tints of Mantis #6FB35F

Color information

#6FB35F (or 0x6FB35F) is unknown color: approx Mantis. HEX triplet: 6F, B3 and 5F. RGB value is (111,179,95). Sum of RGB (Red+Green+Blue) = 111+179+95=385 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.83% from 385); Green value is 179 (70.31% from 255 or 46.49% from 385); Blue value is 95 (37.5% from 255 or 24.68% from 385); Max value from RGB is 179 - color contains mainly: green. Hex color #6FB35F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FB35F is #904CA0. Grayscale: #959595. Windows color (decimal): -9456801 or 6271855. OLE color: 6271855.

HSL color Cylindrical-coordinate representation of color #6FB35F: hue angle of 108.57º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6FB35F is Cyan = 0.38, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB11117995-
CMYK0.3800.470.30
HSL108.57º35.59%53.73%-
HSV(B)108.57º46.93%70.2%-
XYZ24.7436.4516.56-
YUV149.0997.47100.83-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.83%
GREEN value IS 179 (70.31% from 255) = 46.49%
BLUE value IS 95 (37.5% from 255) = 24.68%
R=28.83%
G=46.49%
B=24.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal111179950.3800.470.30108.5735.5953.73
Hex6FB35F2602F1E6d2436
Octal15726313746057361554466
Binary11011111011001110111111001100101111111101101101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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