Html Css Color HEX #7DB972 Mantis

📋 copy color: '#7DB972'

red 125 ◦ green 185 ◦ blue 114

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

Shades of Mantis #7DB972

Tints of Mantis #7DB972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.89%

R = 29.48%
G = 43.63%
B = 26.89%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#7DB972 (or 0x7DB972) is known color: Mantis. HEX triplet: 7D, B9 and 72. RGB value is (125,185,114). Sum of RGB (Red+Green+Blue) = 125+185+114=424 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.48% from 424); Green value is 185 (72.66% from 255 or 43.63% from 424); Blue value is 114 (44.92% from 255 or 26.89% from 424); Max value from RGB is 185 - color contains mainly: green. Hex color #7DB972 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB972 is #82468D. Grayscale: #9F9F9F. Windows color (decimal): -8537742 or 7518589. OLE color: 7518589.

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

Color convert

RGB 125 185 114 -
CMYK 0.32 0 0.38 0.27
HSL 110.7º 0.34% 0.59% -
HSV(B) 110.7º 0.38% 0.73% -
XYZ 28.84 40.27 22.17 -
YUV 158.97 102.62 103.77 -
System Red Green Blue C M Y K H S L
Decimal 125 185 114 0.32 0 0.38 0.27 110.7 0.34 0.59
Hex 7D B9 72 20 0 26 1B 6F 22 3B
Octal 175 271 162 40 0 46 33 157 42 73
Binary 1111101 10111001 1110010 100000 0 100110 11011 1101111 100010 111011

Color Harmonies of #7DB972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB972

Black with #7DB972

Text Example


Text Example

White with #7DB972

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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