#7BBA48

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

Shades of Mantis #7BBA48

Tints of Mantis #7BBA48

Color information

#7BBA48 (or 0x7BBA48) is unknown color: approx Mantis. HEX triplet: 7B, BA and 48. RGB value is (123,186,72). Sum of RGB (Red+Green+Blue) = 123+186+72=381 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.28% from 381); Green value is 186 (73.05% from 255 or 48.82% from 381); Blue value is 72 (28.52% from 255 or 18.90% from 381); Max value from RGB is 186 - color contains mainly: green. Hex color #7BBA48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BBA48 is #8445B7. Grayscale: #9A9A9A. Windows color (decimal): -8668600 or 4766331. OLE color: 4766331.

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

Color convert

RGB12318672-
CMYK0.3400.610.27
HSL93.16º45.24%50.59%-
HSV(B)93.16º61.29%72.94%-
XYZ26.939.812.39-
YUV154.1781.63105.77-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 32.28%
GREEN value IS 186 (73.05% from 255) = 48.82%
BLUE value IS 72 (28.52% from 255) = 18.90%
R=32.28%
G=48.82%
B=18.90%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal123186720.3400.610.2793.1645.2450.59
Hex7BBA482203D1B5d2d33
Octal17327211042075331355563
Binary11110111011101010010001000100111101110111011101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,186,72); }

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

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

 a { background-color: rgb(123,186,72); }

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

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

 span { border-color: rgb(123,186,72); }

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