Html Css Color HEX #7DB971 Mantis

📋 copy color: '#7DB971'

red 125 ◦ green 185 ◦ blue 113

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

Shades of Mantis #7DB971

Tints of Mantis #7DB971

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.74%

 BLUE value IS 113 (44.53% from 255) = 26.71%

R = 29.55%
G = 43.74%
B = 26.71%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#7DB971 (or 0x7DB971) is known color: Mantis. HEX triplet: 7D, B9 and 71. RGB value is (125,185,113). Sum of RGB (Red+Green+Blue) = 125+185+113=423 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.55% from 423); Green value is 185 (72.66% from 255 or 43.74% from 423); Blue value is 113 (44.53% from 255 or 26.71% from 423); Max value from RGB is 185 - color contains mainly: green. Hex color #7DB971 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB971 is #82468E. Grayscale: #9F9F9F. Windows color (decimal): -8537743 or 7453053. OLE color: 7453053.

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

Color convert

RGB 125 185 113 -
CMYK 0.32 0 0.39 0.27
HSL 110º 0.34% 0.58% -
HSV(B) 110º 0.39% 0.73% -
XYZ 28.79 40.25 21.87 -
YUV 158.85 102.12 103.85 -
System Red Green Blue C M Y K H S L
Decimal 125 185 113 0.32 0 0.39 0.27 110 0.34 0.58
Hex 7D B9 71 20 0 27 1B 6E 22 3A
Octal 175 271 161 40 0 47 33 156 42 72
Binary 1111101 10111001 1110001 100000 0 100111 11011 1101110 100010 111010

Color Harmonies of #7DB971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB971

Black with #7DB971

Text Example


Text Example

White with #7DB971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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