#7BBD71

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

Shades of Mantis #7BBD71

Tints of Mantis #7BBD71

Color information

#7BBD71 (or 0x7BBD71) is unknown color: approx Mantis. HEX triplet: 7B, BD and 71. RGB value is (123,189,113). Sum of RGB (Red+Green+Blue) = 123+189+113=425 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.94% from 425); Green value is 189 (74.22% from 255 or 44.47% from 425); Blue value is 113 (44.53% from 255 or 26.59% from 425); Max value from RGB is 189 - color contains mainly: green. Hex color #7BBD71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BBD71 is #84428E. Grayscale: #A0A0A0. Windows color (decimal): -8667791 or 7454075. OLE color: 7454075.

HSL color Cylindrical-coordinate representation of color #7BBD71: hue angle of 112.11º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BBD71 is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB123189113-
CMYK0.3500.400.26
HSL112.11º36.54%59.22%-
HSV(B)112.11º40.21%74.12%-
XYZ29.3541.822.14-
YUV160.6101.13101.18-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.94%
GREEN value IS 189 (74.22% from 255) = 44.47%
BLUE value IS 113 (44.53% from 255) = 26.59%
R=28.94%
G=44.47%
B=26.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1231891130.3500.400.26112.1136.5459.22
Hex7BBD71230281A70253b
Octal17327516143050321604573
Binary11110111011110111100011000110101000110101110000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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