#7DBB6D

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

Shades of Mantis #7DBB6D

Tints of Mantis #7DBB6D

Color information

#7DBB6D (or 0x7DBB6D) is unknown color: approx Mantis. HEX triplet: 7D, BB and 6D. RGB value is (125,187,109). Sum of RGB (Red+Green+Blue) = 125+187+109=421 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.69% from 421); Green value is 187 (73.44% from 255 or 44.42% from 421); Blue value is 109 (42.97% from 255 or 25.89% from 421); Max value from RGB is 187 - color contains mainly: green. Hex color #7DBB6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBB6D is #824492. Grayscale: #9F9F9F. Windows color (decimal): -8537235 or 7191421. OLE color: 7191421.

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

Color convert

RGB125187109-
CMYK0.3300.420.27
HSL107.69º36.45%58.04%-
HSV(B)107.69º41.71%73.33%-
XYZ28.994120.85-
YUV159.5799.46103.34-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.69%
GREEN value IS 187 (73.44% from 255) = 44.42%
BLUE value IS 109 (42.97% from 255) = 25.89%
R=29.69%
G=44.42%
B=25.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1251871090.3300.420.27107.6936.4558.04
Hex7DBB6D2102A1B6c243a
Octal17527315541052331544472
Binary11111011011101111011011000010101010110111101100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBB6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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