Html Css Color HEX #7DB760 Mantis

📋 copy color: '#7DB760'

red 125 ◦ green 183 ◦ blue 96

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

Shades of Mantis #7DB760

Tints of Mantis #7DB760

RGB

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

 GREEN value IS 183 (71.88% from 255) = 45.3%

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

R = 30.94%
G = 45.3%
B = 23.76%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#7DB760 (or 0x7DB760) is known color: Mantis. HEX triplet: 7D, B7 and 60. RGB value is (125,183,96). Sum of RGB (Red+Green+Blue) = 125+183+96=404 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.94% from 404); Green value is 183 (71.88% from 255 or 45.30% from 404); Blue value is 96 (37.89% from 255 or 23.76% from 404); Max value from RGB is 183 - color contains mainly: green. Hex color #7DB760 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB760 is #82489F. Grayscale: #9C9C9C. Windows color (decimal): -8538272 or 6338429. OLE color: 6338429.

HSL color Cylindrical-coordinate representation of color #7DB760: hue angle of 100º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DB760 is Cyan = 0.32, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB 125 183 96 -
CMYK 0.32 0 0.48 0.28
HSL 100º 0.38% 0.55% -
HSV(B) 100º 0.48% 0.72% -
XYZ 27.5 39.07 17.16 -
YUV 155.74 94.28 106.07 -
System Red Green Blue C M Y K H S L
Decimal 125 183 96 0.32 0 0.48 0.28 100 0.38 0.55
Hex 7D B7 60 20 0 30 1C 64 26 37
Octal 175 267 140 40 0 60 34 144 46 67
Binary 1111101 10110111 1100000 100000 0 110000 11100 1100100 100110 110111

Color Harmonies of #7DB760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB760

Black with #7DB760

Text Example


Text Example

White with #7DB760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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