Html Css Color HEX #7DBD6D Mantis

📋 copy color: '#7DBD6D'

red 125 ◦ green 189 ◦ blue 109

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

Shades of Mantis #7DBD6D

Tints of Mantis #7DBD6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.77%

R = 29.55%
G = 44.68%
B = 25.77%

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

#7DBD6D (or 0x7DBD6D) is known color: Mantis. HEX triplet: 7D, BD and 6D. RGB value is (125,189,109). Sum of RGB (Red+Green+Blue) = 125+189+109=423 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.55% from 423); Green value is 189 (74.22% from 255 or 44.68% from 423); Blue value is 109 (42.97% from 255 or 25.77% from 423); Max value from RGB is 189 - color contains mainly: green. Hex color #7DBD6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBD6D is #824292. Grayscale: #A1A1A1. Windows color (decimal): -8536723 or 7191933. OLE color: 7191933.

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

Color convert

RGB 125 189 109 -
CMYK 0.34 0 0.42 0.26
HSL 108º 0.38% 0.58% -
HSV(B) 108º 0.42% 0.74% -
XYZ 29.42 41.86 21 -
YUV 160.74 98.8 102.5 -
System Red Green Blue C M Y K H S L
Decimal 125 189 109 0.34 0 0.42 0.26 108 0.38 0.58
Hex 7D BD 6D 22 0 2A 1A 6C 26 3A
Octal 175 275 155 42 0 52 32 154 46 72
Binary 1111101 10111101 1101101 100010 0 101010 11010 1101100 100110 111010

Color Harmonies of #7DBD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBD6D

Black with #7DBD6D

Text Example


Text Example

White with #7DBD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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