Html Css Color HEX #7DB666 Mantis

📋 copy color: '#7DB666'

red 125 ◦ green 182 ◦ blue 102

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

Shades of Mantis #7DB666

Tints of Mantis #7DB666

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.5%

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

R = 30.56%
G = 44.5%
B = 24.94%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#7DB666 (or 0x7DB666) is known color: Mantis. HEX triplet: 7D, B6 and 66. RGB value is (125,182,102). Sum of RGB (Red+Green+Blue) = 125+182+102=409 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.56% from 409); Green value is 182 (71.48% from 255 or 44.50% from 409); Blue value is 102 (40.23% from 255 or 24.94% from 409); Max value from RGB is 182 - color contains mainly: green. Hex color #7DB666 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB666 is #824999. Grayscale: #9C9C9C. Windows color (decimal): -8538522 or 6731389. OLE color: 6731389.

HSL color Cylindrical-coordinate representation of color #7DB666: hue angle of 102.75º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DB666 is Cyan = 0.31, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB 125 182 102 -
CMYK 0.31 0 0.44 0.29
HSL 102.75º 0.35% 0.56% -
HSV(B) 102.75º 0.44% 0.71% -
XYZ 27.58 38.78 18.6 -
YUV 155.84 97.62 106 -
System Red Green Blue C M Y K H S L
Decimal 125 182 102 0.31 0 0.44 0.29 102.75 0.35 0.56
Hex 7D B6 66 1F 0 2C 1D 67 23 38
Octal 175 266 146 37 0 54 35 147 43 70
Binary 1111101 10110110 1100110 11111 0 101100 11101 1100111 100011 111000

Color Harmonies of #7DB666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB666

Black with #7DB666

Text Example


Text Example

White with #7DB666

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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