#7CBB72

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

Shades of Mantis #7CBB72

Tints of Mantis #7CBB72

Color information

#7CBB72 (or 0x7CBB72) is unknown color: approx Mantis. HEX triplet: 7C, BB and 72. RGB value is (124,187,114). Sum of RGB (Red+Green+Blue) = 124+187+114=425 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.18% from 425); Green value is 187 (73.44% from 255 or 44% from 425); Blue value is 114 (44.92% from 255 or 26.82% from 425); Max value from RGB is 187 - color contains mainly: green. Hex color #7CBB72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBB72 is #83448D. Grayscale: #A0A0A0. Windows color (decimal): -8602766 or 7519100. OLE color: 7519100.

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

Color convert

RGB124187114-
CMYK0.3400.390.27
HSL111.78º34.93%59.02%-
HSV(B)111.78º39.04%73.33%-
XYZ29.1241.0422.31-
YUV159.84102.13102.44-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.18%
GREEN value IS 187 (73.44% from 255) = 44%
BLUE value IS 114 (44.92% from 255) = 26.82%
R=29.18%
G=44%
B=26.82%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1241871140.3400.390.27111.7834.9359.02
Hex7CBB72220271B70233b
Octal17427316242047331604373
Binary11111001011101111100101000100100111110111110000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,187,114); }

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

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

 a { background-color: rgb(124,187,114); }

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

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

 span { border-color: rgb(124,187,114); }

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