Html Css Color HEX #7DC069 Mantis

📋 copy color: '#7DC069'

red 125 ◦ green 192 ◦ blue 105

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

Shades of Mantis #7DC069

Tints of Mantis #7DC069

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.5%

 BLUE value IS 105 (41.41% from 255) = 24.88%

R = 29.62%
G = 45.5%
B = 24.88%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#7DC069 (or 0x7DC069) is known color: Mantis. HEX triplet: 7D, C0 and 69. RGB value is (125,192,105). Sum of RGB (Red+Green+Blue) = 125+192+105=422 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.62% from 422); Green value is 192 (75.39% from 255 or 45.50% from 422); Blue value is 105 (41.41% from 255 or 24.88% from 422); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC069 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC069 is #823F96. Grayscale: #A2A2A2. Windows color (decimal): -8535959 or 6930557. OLE color: 6930557.

HSL color Cylindrical-coordinate representation of color #7DC069: hue angle of 106.21º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7DC069 is Cyan = 0.35, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB 125 192 105 -
CMYK 0.35 0 0.45 0.25
HSL 106.21º 0.41% 0.58% -
HSV(B) 106.21º 0.45% 0.75% -
XYZ 29.86 43.08 20.11 -
YUV 162.05 95.8 101.57 -
System Red Green Blue C M Y K H S L
Decimal 125 192 105 0.35 0 0.45 0.25 106.21 0.41 0.58
Hex 7D C0 69 23 0 2D 19 6A 29 3A
Octal 175 300 151 43 0 55 31 152 51 72
Binary 1111101 11000000 1101001 100011 0 101101 11001 1101010 101001 111010

Color Harmonies of #7DC069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC069

Black with #7DC069

Text Example


Text Example

White with #7DC069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,192,105); }

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

background-color css

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

 a { background-color: rgb(125,192,105); }

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

border-color css

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

 span { border-color: rgb(125,192,105); }

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