#6FBB5A

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

Shades of Mantis #6FBB5A

Tints of Mantis #6FBB5A

Color information

#6FBB5A (or 0x6FBB5A) is unknown color: approx Mantis. HEX triplet: 6F, BB and 5A. RGB value is (111,187,90). Sum of RGB (Red+Green+Blue) = 111+187+90=388 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.61% from 388); Green value is 187 (73.44% from 255 or 48.20% from 388); Blue value is 90 (35.55% from 255 or 23.20% from 388); Max value from RGB is 187 - color contains mainly: green. Hex color #6FBB5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FBB5A is #9044A5. Grayscale: #999999. Windows color (decimal): -9454758 or 5946223. OLE color: 5946223.

HSL color Cylindrical-coordinate representation of color #6FBB5A: hue angle of 107.01º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FBB5A is Cyan = 0.41, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB11118790-
CMYK0.4100.520.27
HSL107.01º41.63%54.31%-
HSV(B)107.01º51.87%73.33%-
XYZ26.1739.6615.95-
YUV153.2292.3297.89-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.61%
GREEN value IS 187 (73.44% from 255) = 48.20%
BLUE value IS 90 (35.55% from 255) = 23.20%
R=28.61%
G=48.20%
B=23.20%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal111187900.4100.520.27107.0141.6354.31
Hex6FBB5A290341B6b2a36
Octal15727313251064331535266
Binary11011111011101110110101010010110100110111101011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBB5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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