Html Css Color HEX #7DBD6A Mantis

📋 copy color: '#7DBD6A'

red 125 ◦ green 189 ◦ blue 106

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

Shades of Mantis #7DBD6A

Tints of Mantis #7DBD6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.24%

R = 29.76%
G = 45%
B = 25.24%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#7DBD6A (or 0x7DBD6A) is known color: Mantis. HEX triplet: 7D, BD and 6A. RGB value is (125,189,106). Sum of RGB (Red+Green+Blue) = 125+189+106=420 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.76% from 420); Green value is 189 (74.22% from 255 or 45% from 420); Blue value is 106 (41.80% from 255 or 25.24% from 420); Max value from RGB is 189 - color contains mainly: green. Hex color #7DBD6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBD6A is #824295. Grayscale: #A0A0A0. Windows color (decimal): -8536726 or 6995325. OLE color: 6995325.

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

Color convert

RGB 125 189 106 -
CMYK 0.34 0 0.44 0.26
HSL 106.27º 0.39% 0.58% -
HSV(B) 106.27º 0.44% 0.74% -
XYZ 29.26 41.8 20.16 -
YUV 160.4 97.3 102.75 -
System Red Green Blue C M Y K H S L
Decimal 125 189 106 0.34 0 0.44 0.26 106.27 0.39 0.58
Hex 7D BD 6A 22 0 2C 1A 6A 27 3A
Octal 175 275 152 42 0 54 32 152 47 72
Binary 1111101 10111101 1101010 100010 0 101100 11010 1101010 100111 111010

Color Harmonies of #7DBD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBD6A

Black with #7DBD6A

Text Example


Text Example

White with #7DBD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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