#6FB85A

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

Shades of Mantis #6FB85A

Tints of Mantis #6FB85A

Color information

#6FB85A (or 0x6FB85A) is unknown color: approx Mantis. HEX triplet: 6F, B8 and 5A. RGB value is (111,184,90). Sum of RGB (Red+Green+Blue) = 111+184+90=385 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.83% from 385); Green value is 184 (72.27% from 255 or 47.79% from 385); Blue value is 90 (35.55% from 255 or 23.38% from 385); Max value from RGB is 184 - color contains mainly: green. Hex color #6FB85A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FB85A is #9047A5. Grayscale: #979797. Windows color (decimal): -9455526 or 5945455. OLE color: 5945455.

HSL color Cylindrical-coordinate representation of color #6FB85A: hue angle of 106.6º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6FB85A is Cyan = 0.40, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB11118490-
CMYK0.4000.510.28
HSL106.6º39.83%53.73%-
HSV(B)106.6º51.09%72.16%-
XYZ25.5438.415.74-
YUV151.4693.3299.14-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.83%
GREEN value IS 184 (72.27% from 255) = 47.79%
BLUE value IS 90 (35.55% from 255) = 23.38%
R=28.83%
G=47.79%
B=23.38%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal111184900.4000.510.28106.639.8353.73
Hex6FB85A280331C6b2836
Octal15727013250063341535066
Binary11011111011100010110101010000110011111001101011101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,184,90); }

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

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

 a { background-color: rgb(111,184,90); }

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

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

 span { border-color: rgb(111,184,90); }

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