#7BBB50

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

Shades of Mantis #7BBB50

Tints of Mantis #7BBB50

Color information

#7BBB50 (or 0x7BBB50) is unknown color: approx Mantis. HEX triplet: 7B, BB and 50. RGB value is (123,187,80). Sum of RGB (Red+Green+Blue) = 123+187+80=390 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.54% from 390); Green value is 187 (73.44% from 255 or 47.95% from 390); Blue value is 80 (31.64% from 255 or 20.51% from 390); Max value from RGB is 187 - color contains mainly: green. Hex color #7BBB50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BBB50 is #8444AF. Grayscale: #9C9C9C. Windows color (decimal): -8668336 or 5290875. OLE color: 5290875.

HSL color Cylindrical-coordinate representation of color #7BBB50: hue angle of 95.89º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7BBB50 is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB12318780-
CMYK0.3400.570.27
HSL95.89º44.03%52.35%-
HSV(B)95.89º57.22%73.33%-
XYZ27.3940.3313.93-
YUV155.6785.3104.7-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.54%
GREEN value IS 187 (73.44% from 255) = 47.95%
BLUE value IS 80 (31.64% from 255) = 20.51%
R=31.54%
G=47.95%
B=20.51%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal123187800.3400.570.2795.8944.0352.35
Hex7BBB50220391B602c34
Octal17327312042071331405464
Binary11110111011101110100001000100111001110111100000101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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