#7DBA4D

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

Shades of Mantis #7DBA4D

Tints of Mantis #7DBA4D

Color information

#7DBA4D (or 0x7DBA4D) is unknown color: approx Mantis. HEX triplet: 7D, BA and 4D. RGB value is (125,186,77). Sum of RGB (Red+Green+Blue) = 125+186+77=388 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.22% from 388); Green value is 186 (73.05% from 255 or 47.94% from 388); Blue value is 77 (30.47% from 255 or 19.85% from 388); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBA4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBA4D is #8245B2. Grayscale: #9B9B9B. Windows color (decimal): -8537523 or 5094013. OLE color: 5094013.

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

Color convert

RGB12518677-
CMYK0.3300.590.27
HSL93.58º44.13%51.57%-
HSV(B)93.58º58.6%72.94%-
XYZ27.3640.0113.3-
YUV155.3383.79106.36-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.22%
GREEN value IS 186 (73.05% from 255) = 47.94%
BLUE value IS 77 (30.47% from 255) = 19.85%
R=32.22%
G=47.94%
B=19.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal125186770.3300.590.2793.5844.1351.57
Hex7DBA4D2103B1B5e2c34
Octal17527211541073331365464
Binary11111011011101010011011000010111011110111011110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBA4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,186,77); }

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

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

 a { background-color: rgb(125,186,77); }

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

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

 span { border-color: rgb(125,186,77); }

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