Html Css Color HEX #7DB061 Mantis

📋 copy color: '#7DB061'

red 125 ◦ green 176 ◦ blue 97

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

Shades of Mantis #7DB061

Tints of Mantis #7DB061

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.22%

 BLUE value IS 97 (38.28% from 255) = 24.37%

R = 31.41%
G = 44.22%
B = 24.37%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#7DB061 (or 0x7DB061) is known color: Mantis. HEX triplet: 7D, B0 and 61. RGB value is (125,176,97). Sum of RGB (Red+Green+Blue) = 125+176+97=398 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.41% from 398); Green value is 176 (69.14% from 255 or 44.22% from 398); Blue value is 97 (38.28% from 255 or 24.37% from 398); Max value from RGB is 176 - color contains mainly: green. Hex color #7DB061 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DB061 is #824F9E. Grayscale: #989898. Windows color (decimal): -8540063 or 6402173. OLE color: 6402173.

HSL color Cylindrical-coordinate representation of color #7DB061: hue angle of 98.73º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7DB061 is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 125 176 97 -
CMYK 0.29 0 0.45 0.31
HSL 98.73º 0.33% 0.54% -
HSV(B) 98.73º 0.45% 0.69% -
XYZ 26.14 36.27 16.93 -
YUV 151.75 97.1 108.92 -
System Red Green Blue C M Y K H S L
Decimal 125 176 97 0.29 0 0.45 0.31 98.73 0.33 0.54
Hex 7D B0 61 1D 0 2D 1F 63 21 36
Octal 175 260 141 35 0 55 37 143 41 66
Binary 1111101 10110000 1100001 11101 0 101101 11111 1100011 100001 110110

Color Harmonies of #7DB061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB061

Black with #7DB061

Text Example


Text Example

White with #7DB061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,176,97); }

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

background-color css

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

 a { background-color: rgb(125,176,97); }

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

border-color css

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

 span { border-color: rgb(125,176,97); }

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