#7BB550

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

Shades of Mantis #7BB550

Tints of Mantis #7BB550

Color information

#7BB550 (or 0x7BB550) is unknown color: approx Mantis. HEX triplet: 7B, B5 and 50. RGB value is (123,181,80). Sum of RGB (Red+Green+Blue) = 123+181+80=384 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.03% from 384); Green value is 181 (71.09% from 255 or 47.14% from 384); Blue value is 80 (31.64% from 255 or 20.83% from 384); Max value from RGB is 181 - color contains mainly: green. Hex color #7BB550 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BB550 is #844AAF. Grayscale: #989898. Windows color (decimal): -8669872 or 5289339. OLE color: 5289339.

HSL color Cylindrical-coordinate representation of color #7BB550: hue angle of 94.46º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7BB550 is Cyan = 0.32, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB12318180-
CMYK0.3200.560.29
HSL94.46º40.56%51.18%-
HSV(B)94.46º55.8%70.98%-
XYZ26.1437.8413.52-
YUV152.1487.28107.21-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 32.03%
GREEN value IS 181 (71.09% from 255) = 47.14%
BLUE value IS 80 (31.64% from 255) = 20.83%
R=32.03%
G=47.14%
B=20.83%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal123181800.3200.560.2994.4640.5651.18
Hex7BB550200381D5e2933
Octal17326512040070351365163
Binary11110111011010110100001000000111000111011011110101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,181,80); }

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

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

 a { background-color: rgb(123,181,80); }

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

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

 span { border-color: rgb(123,181,80); }

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