Html Css Color HEX #7DB360 Mantis

📋 copy color: '#7DB360'

red 125 ◦ green 179 ◦ blue 96

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

Shades of Mantis #7DB360

Tints of Mantis #7DB360

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.75%

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

R = 31.25%
G = 44.75%
B = 24%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#7DB360 (or 0x7DB360) is known color: Mantis. HEX triplet: 7D, B3 and 60. RGB value is (125,179,96). Sum of RGB (Red+Green+Blue) = 125+179+96=400 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.25% from 400); Green value is 179 (70.31% from 255 or 44.75% from 400); Blue value is 96 (37.89% from 255 or 24% from 400); Max value from RGB is 179 - color contains mainly: green. Hex color #7DB360 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB360 is #824C9F. Grayscale: #999999. Windows color (decimal): -8539296 or 6337405. OLE color: 6337405.

HSL color Cylindrical-coordinate representation of color #7DB360: hue angle of 99.04º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7DB360 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB 125 179 96 -
CMYK 0.30 0 0.46 0.30
HSL 99.04º 0.35% 0.54% -
HSV(B) 99.04º 0.46% 0.7% -
XYZ 26.69 37.44 16.89 -
YUV 153.39 95.61 107.75 -
System Red Green Blue C M Y K H S L
Decimal 125 179 96 0.30 0 0.46 0.30 99.04 0.35 0.54
Hex 7D B3 60 1E 0 2E 1E 63 23 36
Octal 175 263 140 36 0 56 36 143 43 66
Binary 1111101 10110011 1100000 11110 0 101110 11110 1100011 100011 110110

Color Harmonies of #7DB360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB360

Black with #7DB360

Text Example


Text Example

White with #7DB360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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