#7BB060

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

Shades of Mantis #7BB060

Tints of Mantis #7BB060

Color information

#7BB060 (or 0x7BB060) is unknown color: approx Mantis. HEX triplet: 7B, B0 and 60. RGB value is (123,176,96). Sum of RGB (Red+Green+Blue) = 123+176+96=395 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.14% from 395); Green value is 176 (69.14% from 255 or 44.56% from 395); Blue value is 96 (37.89% from 255 or 24.30% from 395); Max value from RGB is 176 - color contains mainly: green. Hex color #7BB060 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BB060 is #844F9F. Grayscale: #979797. Windows color (decimal): -8671136 or 6336635. OLE color: 6336635.

HSL color Cylindrical-coordinate representation of color #7BB060: hue angle of 99.75º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7BB060 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB12317696-
CMYK0.3000.450.31
HSL99.75º33.61%53.33%-
HSV(B)99.75º45.45%69.02%-
XYZ25.8136.1116.68-
YUV151.0396.94108-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.14%
GREEN value IS 176 (69.14% from 255) = 44.56%
BLUE value IS 96 (37.89% from 255) = 24.30%
R=31.14%
G=44.56%
B=24.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal123176960.3000.450.3199.7533.6153.33
Hex7BB0601E02D1F642235
Octal17326014036055371444265
Binary1111011101100001100000111100101101111111100100100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,176,96); }

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

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

 a { background-color: rgb(123,176,96); }

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

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

 span { border-color: rgb(123,176,96); }

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