#7fbb5f

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

Shades of Mantis #7FBB5F

Tints of Mantis #7FBB5F

Color information

#7FBB5F (or 0x7FBB5F) is unknown color: approx Mantis. HEX triplet: 7F, BB and 5F. RGB value is (127,187,95). Sum of RGB (Red+Green+Blue) = 127+187+95=409 (54% of max value = 765). Red value is 127 (50% from 255 or 31.05% from 409); Green value is 187 (73.44% from 255 or 45.72% from 409); Blue value is 95 (37.5% from 255 or 23.23% from 409); Max value from RGB is 187 - color contains mainly: green. Hex color #7FBB5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FBB5F is #8044A0. Grayscale: #9E9E9E. Windows color (decimal): -8406177 or 6273919. OLE color: 6273919.

HSL color Cylindrical-coordinate representation of color #7FBB5F: hue angle of 99.13º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7FBB5F is Cyan = 0.32, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB12718795-
CMYK0.3200.490.27
HSL99.13º40.35%55.29%-
HSV(B)99.13º49.2%73.33%-
XYZ28.5940.8817.21-
YUV158.5792.12105.48-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.05%
GREEN value IS 187 (73.44% from 255) = 45.72%
BLUE value IS 95 (37.5% from 255) = 23.23%
R=31.05%
G=45.72%
B=23.23%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal127187950.3200.490.2799.1340.3555.29
Hex7FBB5F200311B632837
Octal17727313740061331435067
Binary11111111011101110111111000000110001110111100011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7fbb5f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7fbb5f; }

 p { color: rgb(127,187,95); }

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

<style>
 a { background-color: #7fbb5f; }

 a { background-color: rgb(127,187,95); }

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

<style>
 span { border-color: #7fbb5f; }

 span { border-color: rgb(127,187,95); }

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