Html Css Color HEX #7DBB70 Mantis

📋 copy color: '#7DBB70'

red 125 ◦ green 187 ◦ blue 112

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

Shades of Mantis #7DBB70

Tints of Mantis #7DBB70

RGB

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

 GREEN value IS 187 (73.44% from 255) = 44.1%

 BLUE value IS 112 (44.14% from 255) = 26.42%

R = 29.48%
G = 44.1%
B = 26.42%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#7DBB70 (or 0x7DBB70) is known color: Mantis. HEX triplet: 7D, BB and 70. RGB value is (125,187,112). Sum of RGB (Red+Green+Blue) = 125+187+112=424 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.48% from 424); Green value is 187 (73.44% from 255 or 44.10% from 424); Blue value is 112 (44.14% from 255 or 26.42% from 424); Max value from RGB is 187 - color contains mainly: green. Hex color #7DBB70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBB70 is #82448F. Grayscale: #A0A0A0. Windows color (decimal): -8537232 or 7388029. OLE color: 7388029.

HSL color Cylindrical-coordinate representation of color #7DBB70: hue angle of 109.6º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DBB70 is Cyan = 0.33, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 125 187 112 -
CMYK 0.33 0 0.40 0.27
HSL 109.6º 0.36% 0.59% -
HSV(B) 109.6º 0.4% 0.73% -
XYZ 29.15 41.07 21.72 -
YUV 159.91 100.96 103.1 -
System Red Green Blue C M Y K H S L
Decimal 125 187 112 0.33 0 0.40 0.27 109.6 0.36 0.59
Hex 7D BB 70 21 0 28 1B 6E 24 3B
Octal 175 273 160 41 0 50 33 156 44 73
Binary 1111101 10111011 1110000 100001 0 101000 11011 1101110 100100 111011

Color Harmonies of #7DBB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBB70

Black with #7DBB70

Text Example


Text Example

White with #7DBB70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,187,112); }

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

background-color css

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

 a { background-color: rgb(125,187,112); }

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

border-color css

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

 span { border-color: rgb(125,187,112); }

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