Html Css Color HEX #7DB060 Mantis

📋 copy color: '#7DB060'

red 125 ◦ green 176 ◦ blue 96

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

Shades of Mantis #7DB060

Tints of Mantis #7DB060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 24.18%

R = 31.49%
G = 44.33%
B = 24.18%

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

#7DB060 (or 0x7DB060) is known color: Mantis. HEX triplet: 7D, B0 and 60. RGB value is (125,176,96). Sum of RGB (Red+Green+Blue) = 125+176+96=397 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.49% from 397); Green value is 176 (69.14% from 255 or 44.33% from 397); Blue value is 96 (37.89% from 255 or 24.18% from 397); Max value from RGB is 176 - color contains mainly: green. Hex color #7DB060 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DB060 is #824F9F. Grayscale: #979797. Windows color (decimal): -8540064 or 6336637. OLE color: 6336637.

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

Color convert

RGB 125 176 96 -
CMYK 0.29 0 0.45 0.31
HSL 98.25º 0.34% 0.53% -
HSV(B) 98.25º 0.45% 0.69% -
XYZ 26.09 36.26 16.69 -
YUV 151.63 96.6 109 -
System Red Green Blue C M Y K H S L
Decimal 125 176 96 0.29 0 0.45 0.31 98.25 0.34 0.53
Hex 7D B0 60 1D 0 2D 1F 62 22 35
Octal 175 260 140 35 0 55 37 142 42 65
Binary 1111101 10110000 1100000 11101 0 101101 11111 1100010 100010 110101

Color Harmonies of #7DB060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB060

Black with #7DB060

Text Example


Text Example

White with #7DB060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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