Html Css Color HEX #7DBA6F Mantis

📋 copy color: '#7DBA6F'

red 125 ◦ green 186 ◦ blue 111

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

Shades of Mantis #7DBA6F

Tints of Mantis #7DBA6F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.08%

 BLUE value IS 111 (43.75% from 255) = 26.3%

R = 29.62%
G = 44.08%
B = 26.3%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#7DBA6F (or 0x7DBA6F) is known color: Mantis. HEX triplet: 7D, BA and 6F. RGB value is (125,186,111). Sum of RGB (Red+Green+Blue) = 125+186+111=422 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.62% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 111 (43.75% from 255 or 26.30% from 422); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBA6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBA6F is #824590. Grayscale: #9F9F9F. Windows color (decimal): -8537489 or 7322237. OLE color: 7322237.

HSL color Cylindrical-coordinate representation of color #7DBA6F: hue angle of 108.8º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DBA6F is Cyan = 0.33, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 125 186 111 -
CMYK 0.33 0 0.40 0.27
HSL 108.8º 0.35% 0.58% -
HSV(B) 108.8º 0.4% 0.73% -
XYZ 28.89 40.63 21.36 -
YUV 159.21 100.79 103.6 -
System Red Green Blue C M Y K H S L
Decimal 125 186 111 0.33 0 0.40 0.27 108.8 0.35 0.58
Hex 7D BA 6F 21 0 28 1B 6D 23 3A
Octal 175 272 157 41 0 50 33 155 43 72
Binary 1111101 10111010 1101111 100001 0 101000 11011 1101101 100011 111010

Color Harmonies of #7DBA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBA6F

Black with #7DBA6F

Text Example


Text Example

White with #7DBA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,186,111); }

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

background-color css

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

 a { background-color: rgb(125,186,111); }

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

border-color css

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

 span { border-color: rgb(125,186,111); }

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