Html Css Color HEX #7DBD6B Mantis

📋 copy color: '#7DBD6B'

red 125 ◦ green 189 ◦ blue 107

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

Shades of Mantis #7DBD6B

Tints of Mantis #7DBD6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.42%

R = 29.69%
G = 44.89%
B = 25.42%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#7DBD6B (or 0x7DBD6B) is known color: Mantis. HEX triplet: 7D, BD and 6B. RGB value is (125,189,107). Sum of RGB (Red+Green+Blue) = 125+189+107=421 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.69% from 421); Green value is 189 (74.22% from 255 or 44.89% from 421); Blue value is 107 (42.19% from 255 or 25.42% from 421); Max value from RGB is 189 - color contains mainly: green. Hex color #7DBD6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBD6B is #824294. Grayscale: #A0A0A0. Windows color (decimal): -8536725 or 7060861. OLE color: 7060861.

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

Color convert

RGB 125 189 107 -
CMYK 0.34 0 0.43 0.26
HSL 106.83º 0.38% 0.58% -
HSV(B) 106.83º 0.43% 0.74% -
XYZ 29.31 41.82 20.44 -
YUV 160.52 97.8 102.67 -
System Red Green Blue C M Y K H S L
Decimal 125 189 107 0.34 0 0.43 0.26 106.83 0.38 0.58
Hex 7D BD 6B 22 0 2B 1A 6B 26 3A
Octal 175 275 153 42 0 53 32 153 46 72
Binary 1111101 10111101 1101011 100010 0 101011 11010 1101011 100110 111010

Color Harmonies of #7DBD6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBD6B

Black with #7DBD6B

Text Example


Text Example

White with #7DBD6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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