#7DB945

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

Shades of Mantis #7DB945

Tints of Mantis #7DB945

Color information

#7DB945 (or 0x7DB945) is unknown color: approx Mantis. HEX triplet: 7D, B9 and 45. RGB value is (125,185,69). Sum of RGB (Red+Green+Blue) = 125+185+69=379 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.98% from 379); Green value is 185 (72.66% from 255 or 48.81% from 379); Blue value is 69 (27.34% from 255 or 18.21% from 379); Max value from RGB is 185 - color contains mainly: green. Hex color #7DB945 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB945 is #8246BA. Grayscale: #9A9A9A. Windows color (decimal): -8537787 or 4569469. OLE color: 4569469.

HSL color Cylindrical-coordinate representation of color #7DB945: hue angle of 91.03º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7DB945 is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB12518569-
CMYK0.3200.630.27
HSL91.03º45.67%49.8%-
HSV(B)91.03º62.7%72.55%-
XYZ26.8839.4911.84-
YUV153.8480.12107.43-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.98%
GREEN value IS 185 (72.66% from 255) = 48.81%
BLUE value IS 69 (27.34% from 255) = 18.21%
R=32.98%
G=48.81%
B=18.21%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal125185690.3200.630.2791.0345.6749.8
Hex7DB9452003F1B5b2e32
Octal17527110540077331335662
Binary11111011011100110001011000000111111110111011011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,185,69); }

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

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

 a { background-color: rgb(125,185,69); }

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

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

 span { border-color: rgb(125,185,69); }

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