Html Css Color HEX #7DBA60 Mantis

📋 copy color: '#7DBA60'

red 125 ◦ green 186 ◦ blue 96

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

Shades of Mantis #7DBA60

Tints of Mantis #7DBA60

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.7%

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

R = 30.71%
G = 45.7%
B = 23.59%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#7DBA60 (or 0x7DBA60) is known color: Mantis. HEX triplet: 7D, BA and 60. RGB value is (125,186,96). Sum of RGB (Red+Green+Blue) = 125+186+96=407 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.71% from 407); Green value is 186 (73.05% from 255 or 45.70% from 407); Blue value is 96 (37.89% from 255 or 23.59% from 407); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBA60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBA60 is #82459F. Grayscale: #9D9D9D. Windows color (decimal): -8537504 or 6339197. OLE color: 6339197.

HSL color Cylindrical-coordinate representation of color #7DBA60: hue angle of 100.67º 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 #7DBA60 is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB 125 186 96 -
CMYK 0.33 0 0.48 0.27
HSL 100.67º 0.39% 0.55% -
HSV(B) 100.67º 0.48% 0.73% -
XYZ 28.13 40.32 17.37 -
YUV 157.5 93.29 104.82 -
System Red Green Blue C M Y K H S L
Decimal 125 186 96 0.33 0 0.48 0.27 100.67 0.39 0.55
Hex 7D BA 60 21 0 30 1B 65 27 37
Octal 175 272 140 41 0 60 33 145 47 67
Binary 1111101 10111010 1100000 100001 0 110000 11011 1100101 100111 110111

Color Harmonies of #7DBA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBA60

Black with #7DBA60

Text Example


Text Example

White with #7DBA60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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