Html Css Color HEX #7DB746 Mantis

📋 copy color: '#7DB746'

red 125 ◦ green 183 ◦ blue 70

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

Shades of Mantis #7DB746

Tints of Mantis #7DB746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.52%

R = 33.07%
G = 48.41%
B = 18.52%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#7DB746 (or 0x7DB746) is known color: Mantis. HEX triplet: 7D, B7 and 46. RGB value is (125,183,70). Sum of RGB (Red+Green+Blue) = 125+183+70=378 (50% of max value = 765). Red value is 125 (49.22% from 255 or 33.07% from 378); Green value is 183 (71.88% from 255 or 48.41% from 378); Blue value is 70 (27.73% from 255 or 18.52% from 378); Max value from RGB is 183 - color contains mainly: green. Hex color #7DB746 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB746 is #8248B9. Grayscale: #999999. Windows color (decimal): -8538298 or 4634493. OLE color: 4634493.

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

Color convert

RGB 125 183 70 -
CMYK 0.32 0 0.62 0.28
HSL 90.8º 0.45% 0.5% -
HSV(B) 90.8º 0.62% 0.72% -
XYZ 26.5 38.67 11.86 -
YUV 152.78 81.28 108.19 -
System Red Green Blue C M Y K H S L
Decimal 125 183 70 0.32 0 0.62 0.28 90.8 0.45 0.5
Hex 7D B7 46 20 0 3E 1C 5B 2D 32
Octal 175 267 106 40 0 76 34 133 55 62
Binary 1111101 10110111 1000110 100000 0 111110 11100 1011011 101101 110010

Color Harmonies of #7DB746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB746

Black with #7DB746

Text Example


Text Example

White with #7DB746

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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