#6FB65F

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

Shades of Mantis #6FB65F

Tints of Mantis #6FB65F

Color information

#6FB65F (or 0x6FB65F) is unknown color: approx Mantis. HEX triplet: 6F, B6 and 5F. RGB value is (111,182,95). Sum of RGB (Red+Green+Blue) = 111+182+95=388 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.61% from 388); Green value is 182 (71.48% from 255 or 46.91% from 388); Blue value is 95 (37.5% from 255 or 24.48% from 388); Max value from RGB is 182 - color contains mainly: green. Hex color #6FB65F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FB65F is #9049A0. Grayscale: #979797. Windows color (decimal): -9456033 or 6272623. OLE color: 6272623.

HSL color Cylindrical-coordinate representation of color #6FB65F: hue angle of 108.97º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6FB65F is Cyan = 0.39, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB11118295-
CMYK0.3900.480.29
HSL108.97º37.34%54.31%-
HSV(B)108.97º47.8%71.37%-
XYZ25.3537.6616.76-
YUV150.8596.4899.57-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.61%
GREEN value IS 182 (71.48% from 255) = 46.91%
BLUE value IS 95 (37.5% from 255) = 24.48%
R=28.61%
G=46.91%
B=24.48%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal111182950.3900.480.29108.9737.3454.31
Hex6FB65F270301D6d2536
Octal15726613747060351554566
Binary11011111011011010111111001110110000111011101101100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB65F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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