Html Css Color HEX #7DB960 Mantis

📋 copy color: '#7DB960'

red 125 ◦ green 185 ◦ blue 96

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

Shades of Mantis #7DB960

Tints of Mantis #7DB960

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.57%

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

R = 30.79%
G = 45.57%
B = 23.65%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#7DB960 (or 0x7DB960) is known color: Mantis. HEX triplet: 7D, B9 and 60. RGB value is (125,185,96). Sum of RGB (Red+Green+Blue) = 125+185+96=406 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.79% from 406); Green value is 185 (72.66% from 255 or 45.57% from 406); Blue value is 96 (37.89% from 255 or 23.65% from 406); Max value from RGB is 185 - color contains mainly: green. Hex color #7DB960 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB960 is #82469F. Grayscale: #9D9D9D. Windows color (decimal): -8537760 or 6338941. OLE color: 6338941.

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

Color convert

RGB 125 185 96 -
CMYK 0.32 0 0.48 0.27
HSL 100.45º 0.39% 0.55% -
HSV(B) 100.45º 0.48% 0.73% -
XYZ 27.92 39.9 17.3 -
YUV 156.91 93.62 105.24 -
System Red Green Blue C M Y K H S L
Decimal 125 185 96 0.32 0 0.48 0.27 100.45 0.39 0.55
Hex 7D B9 60 20 0 30 1B 64 27 37
Octal 175 271 140 40 0 60 33 144 47 67
Binary 1111101 10111001 1100000 100000 0 110000 11011 1100100 100111 110111

Color Harmonies of #7DB960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB960

Black with #7DB960

Text Example


Text Example

White with #7DB960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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