Html Css Color HEX #7DB745 Mantis

📋 copy color: '#7DB745'

red 125 ◦ green 183 ◦ blue 69

#7DB745
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mantis #7DB745

Tints of Mantis #7DB745

RGB

 RED value IS 125 (49.22% from 255) = 33.16%

 GREEN value IS 183 (71.88% from 255) = 48.54%

 BLUE value IS 69 (27.34% from 255) = 18.3%

R = 33.16%
G = 48.54%
B = 18.3%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#7DB745 (or 0x7DB745) is known color: Mantis. HEX triplet: 7D, B7 and 45. RGB value is (125,183,69). Sum of RGB (Red+Green+Blue) = 125+183+69=377 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.16% from 377); Green value is 183 (71.88% from 255 or 48.54% from 377); Blue value is 69 (27.34% from 255 or 18.30% from 377); Max value from RGB is 183 - color contains mainly: green. Hex color #7DB745 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB745 is #8248BA. Grayscale: #999999. Windows color (decimal): -8538299 or 4568957. OLE color: 4568957.

HSL color Cylindrical-coordinate representation of color #7DB745: hue angle of 90.53º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7DB745 is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB 125 183 69 -
CMYK 0.32 0 0.62 0.28
HSL 90.53º 0.45% 0.49% -
HSV(B) 90.53º 0.62% 0.72% -
XYZ 26.47 38.66 11.7 -
YUV 152.66 80.78 108.27 -
System Red Green Blue C M Y K H S L
Decimal 125 183 69 0.32 0 0.62 0.28 90.53 0.45 0.49
Hex 7D B7 45 20 0 3E 1C 5B 2D 31
Octal 175 267 105 40 0 76 34 133 55 61
Binary 1111101 10110111 1000101 100000 0 111110 11100 1011011 101101 110001

Color Harmonies of #7DB745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB745

Black with #7DB745

Text Example


Text Example

White with #7DB745

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7DB745;
 }
 .AnyTagClassName
 {
   color: #7DB745;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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