#7DBB66

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

Shades of Mantis #7DBB66

Tints of Mantis #7DBB66

Color information

#7DBB66 (or 0x7DBB66) is unknown color: approx Mantis. HEX triplet: 7D, BB and 66. RGB value is (125,187,102). Sum of RGB (Red+Green+Blue) = 125+187+102=414 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.19% from 414); Green value is 187 (73.44% from 255 or 45.17% from 414); Blue value is 102 (40.23% from 255 or 24.64% from 414); Max value from RGB is 187 - color contains mainly: green. Hex color #7DBB66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBB66 is #824499. Grayscale: #9F9F9F. Windows color (decimal): -8537242 or 6732669. OLE color: 6732669.

HSL color Cylindrical-coordinate representation of color #7DBB66: hue angle of 103.76º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7DBB66 is Cyan = 0.33, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB125187102-
CMYK0.3300.450.27
HSL103.76º38.46%56.67%-
HSV(B)103.76º45.45%73.33%-
XYZ28.6340.8618.95-
YUV158.7795.96103.91-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.19%
GREEN value IS 187 (73.44% from 255) = 45.17%
BLUE value IS 102 (40.23% from 255) = 24.64%
R=30.19%
G=45.17%
B=24.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1251871020.3300.450.27103.7638.4656.67
Hex7DBB662102D1B682639
Octal17527314641055331504671
Binary11111011011101111001101000010101101110111101000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,187,102); }

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

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

 a { background-color: rgb(125,187,102); }

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

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

 span { border-color: rgb(125,187,102); }

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