#7BBB70

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

Shades of Mantis #7BBB70

Tints of Mantis #7BBB70

Color information

#7BBB70 (or 0x7BBB70) is unknown color: approx Mantis. HEX triplet: 7B, BB and 70. RGB value is (123,187,112). Sum of RGB (Red+Green+Blue) = 123+187+112=422 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.15% from 422); Green value is 187 (73.44% from 255 or 44.31% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 187 - color contains mainly: green. Hex color #7BBB70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BBB70 is #84448F. Grayscale: #9F9F9F. Windows color (decimal): -8668304 or 7388027. OLE color: 7388027.

HSL color Cylindrical-coordinate representation of color #7BBB70: hue angle of 111.2º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BBB70 is Cyan = 0.34, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB123187112-
CMYK0.3400.400.27
HSL111.2º35.55%58.63%-
HSV(B)111.2º40.11%73.33%-
XYZ28.8640.9221.71-
YUV159.31101.3102.1-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.15%
GREEN value IS 187 (73.44% from 255) = 44.31%
BLUE value IS 112 (44.14% from 255) = 26.54%
R=29.15%
G=44.31%
B=26.54%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1231871120.3400.400.27111.235.5558.63
Hex7BBB70220281B6f243b
Octal17327316042050331574473
Binary11110111011101111100001000100101000110111101111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,187,112); }

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

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

 a { background-color: rgb(123,187,112); }

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

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

 span { border-color: rgb(123,187,112); }

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