Html Css Color HEX #7DB066 Mantis

📋 copy color: '#7DB066'

red 125 ◦ green 176 ◦ blue 102

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

Shades of Mantis #7DB066

Tints of Mantis #7DB066

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.67%

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

R = 31.02%
G = 43.67%
B = 25.31%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#7DB066 (or 0x7DB066) is known color: Mantis. HEX triplet: 7D, B0 and 66. RGB value is (125,176,102). Sum of RGB (Red+Green+Blue) = 125+176+102=403 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.02% from 403); Green value is 176 (69.14% from 255 or 43.67% from 403); Blue value is 102 (40.23% from 255 or 25.31% from 403); Max value from RGB is 176 - color contains mainly: green. Hex color #7DB066 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DB066 is #824F99. Grayscale: #989898. Windows color (decimal): -8540058 or 6729853. OLE color: 6729853.

HSL color Cylindrical-coordinate representation of color #7DB066: hue angle of 101.35º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DB066 is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB 125 176 102 -
CMYK 0.29 0 0.42 0.31
HSL 101.35º 0.32% 0.55% -
HSV(B) 101.35º 0.42% 0.69% -
XYZ 26.38 36.37 18.2 -
YUV 152.32 99.6 108.52 -
System Red Green Blue C M Y K H S L
Decimal 125 176 102 0.29 0 0.42 0.31 101.35 0.32 0.55
Hex 7D B0 66 1D 0 2A 1F 65 20 37
Octal 175 260 146 35 0 52 37 145 40 67
Binary 1111101 10110000 1100110 11101 0 101010 11111 1100101 100000 110111

Color Harmonies of #7DB066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB066

Black with #7DB066

Text Example


Text Example

White with #7DB066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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