Html Css Color HEX #7DBB66 Mantis

📋 copy color: '#7DBB66'

red 125 ◦ green 187 ◦ blue 102

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

Shades of Mantis #7DBB66

Tints of Mantis #7DBB66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 24.64%

R = 30.19%
G = 45.17%
B = 24.64%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#7DBB66 (or 0x7DBB66) is known color: Mantis. HEX triplet: 7D, BB and 66. RGB value is (125,187,102). Sum of RGB (Red+Green+Blue) = 125+187+102=414 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.19% from 414); Green value is 187 (73.44% from 255 or 45.17% from 414); Blue value is 102 (40.23% from 255 or 24.64% from 414); Max value from RGB is 187 - color contains mainly: green. Hex color #7DBB66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBB66 is #824499. Grayscale: #9F9F9F. Windows color (decimal): -8537242 or 6732669. OLE color: 6732669.

HSL color Cylindrical-coordinate representation of color #7DBB66: hue angle of 103.76º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7DBB66 is Cyan = 0.33, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB 125 187 102 -
CMYK 0.33 0 0.45 0.27
HSL 103.76º 0.38% 0.57% -
HSV(B) 103.76º 0.45% 0.73% -
XYZ 28.63 40.86 18.95 -
YUV 158.77 95.96 103.91 -
System Red Green Blue C M Y K H S L
Decimal 125 187 102 0.33 0 0.45 0.27 103.76 0.38 0.57
Hex 7D BB 66 21 0 2D 1B 68 26 39
Octal 175 273 146 41 0 55 33 150 46 71
Binary 1111101 10111011 1100110 100001 0 101101 11011 1101000 100110 111001

Color Harmonies of #7DBB66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBB66

Black with #7DBB66

Text Example


Text Example

White with #7DBB66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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