#7BBD55

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

Shades of Mantis #7BBD55

Tints of Mantis #7BBD55

Color information

#7BBD55 (or 0x7BBD55) is unknown color: approx Mantis. HEX triplet: 7B, BD and 55. RGB value is (123,189,85). Sum of RGB (Red+Green+Blue) = 123+189+85=397 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.98% from 397); Green value is 189 (74.22% from 255 or 47.61% from 397); Blue value is 85 (33.59% from 255 or 21.41% from 397); Max value from RGB is 189 - color contains mainly: green. Hex color #7BBD55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BBD55 is #8442AA. Grayscale: #9D9D9D. Windows color (decimal): -8667819 or 5619067. OLE color: 5619067.

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

Color convert

RGB12318985-
CMYK0.3500.550.26
HSL98.08º44.07%53.73%-
HSV(B)98.08º55.03%74.12%-
XYZ28.0141.2615.08-
YUV157.4187.13103.46-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.98%
GREEN value IS 189 (74.22% from 255) = 47.61%
BLUE value IS 85 (33.59% from 255) = 21.41%
R=30.98%
G=47.61%
B=21.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal123189850.3500.550.2698.0844.0753.73
Hex7BBD55230371A622c36
Octal17327512543067321425466
Binary11110111011110110101011000110110111110101100010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBD55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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