#7BB448

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

Shades of Mantis #7BB448

Tints of Mantis #7BB448

Color information

#7BB448 (or 0x7BB448) is unknown color: approx Mantis. HEX triplet: 7B, B4 and 48. RGB value is (123,180,72). Sum of RGB (Red+Green+Blue) = 123+180+72=375 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.8% from 375); Green value is 180 (70.70% from 255 or 48% from 375); Blue value is 72 (28.52% from 255 or 19.2% from 375); Max value from RGB is 180 - color contains mainly: green. Hex color #7BB448 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BB448 is #844BB7. Grayscale: #979797. Windows color (decimal): -8670136 or 4764795. OLE color: 4764795.

HSL color Cylindrical-coordinate representation of color #7BB448: hue angle of 91.67º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7BB448 is Cyan = 0.32, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB12318072-
CMYK0.3200.600.29
HSL91.67º42.86%49.41%-
HSV(B)91.67º60%70.59%-
XYZ25.6637.3211.98-
YUV150.6583.62108.28-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 32.8%
GREEN value IS 180 (70.70% from 255) = 48%
BLUE value IS 72 (28.52% from 255) = 19.2%
R=32.8%
G=48%
B=19.2%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal123180720.3200.600.2991.6742.8649.41
Hex7BB4482003C1D5c2b31
Octal17326411040074351345361
Binary11110111011010010010001000000111100111011011100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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