#7BBD48

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

Shades of Mantis #7BBD48

Tints of Mantis #7BBD48

Color information

#7BBD48 (or 0x7BBD48) is unknown color: approx Mantis. HEX triplet: 7B, BD and 48. RGB value is (123,189,72). Sum of RGB (Red+Green+Blue) = 123+189+72=384 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.03% from 384); Green value is 189 (74.22% from 255 or 49.22% from 384); Blue value is 72 (28.52% from 255 or 18.75% from 384); Max value from RGB is 189 - color contains mainly: green. Hex color #7BBD48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BBD48 is #8442B7. Grayscale: #9C9C9C. Windows color (decimal): -8667832 or 4767099. OLE color: 4767099.

HSL color Cylindrical-coordinate representation of color #7BBD48: hue angle of 93.85º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7BBD48 is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB12318972-
CMYK0.3500.620.26
HSL93.85º46.99%51.18%-
HSV(B)93.85º61.9%74.12%-
XYZ27.5441.0712.61-
YUV155.9380.63104.51-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 32.03%
GREEN value IS 189 (74.22% from 255) = 49.22%
BLUE value IS 72 (28.52% from 255) = 18.75%
R=32.03%
G=49.22%
B=18.75%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal123189720.3500.620.2693.8546.9951.18
Hex7BBD482303E1A5e2f33
Octal17327511043076321365763
Binary11110111011110110010001000110111110110101011110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBD48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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