Html Css Color HEX #7DBD6E Mantis

📋 copy color: '#7DBD6E'

red 125 ◦ green 189 ◦ blue 110

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

Shades of Mantis #7DBD6E

Tints of Mantis #7DBD6E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 44.58%

 BLUE value IS 110 (43.36% from 255) = 25.94%

R = 29.48%
G = 44.58%
B = 25.94%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#7DBD6E (or 0x7DBD6E) is known color: Mantis. HEX triplet: 7D, BD and 6E. RGB value is (125,189,110). Sum of RGB (Red+Green+Blue) = 125+189+110=424 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.48% from 424); Green value is 189 (74.22% from 255 or 44.58% from 424); Blue value is 110 (43.36% from 255 or 25.94% from 424); Max value from RGB is 189 - color contains mainly: green. Hex color #7DBD6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBD6E is #824291. Grayscale: #A1A1A1. Windows color (decimal): -8536722 or 7257469. OLE color: 7257469.

HSL color Cylindrical-coordinate representation of color #7DBD6E: hue angle of 108.61º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DBD6E is Cyan = 0.34, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB 125 189 110 -
CMYK 0.34 0 0.42 0.26
HSL 108.61º 0.37% 0.59% -
HSV(B) 108.61º 0.42% 0.74% -
XYZ 29.47 41.88 21.28 -
YUV 160.86 99.3 102.42 -
System Red Green Blue C M Y K H S L
Decimal 125 189 110 0.34 0 0.42 0.26 108.61 0.37 0.59
Hex 7D BD 6E 22 0 2A 1A 6D 25 3B
Octal 175 275 156 42 0 52 32 155 45 73
Binary 1111101 10111101 1101110 100010 0 101010 11010 1101101 100101 111011

Color Harmonies of #7DBD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBD6E

Black with #7DBD6E

Text Example


Text Example

White with #7DBD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,189,110); }

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

background-color css

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

 a { background-color: rgb(125,189,110); }

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

border-color css

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

 span { border-color: rgb(125,189,110); }

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