Html Css Color HEX #7DB968 Mantis

📋 copy color: '#7DB968'

red 125 ◦ green 185 ◦ blue 104

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

Shades of Mantis #7DB968

Tints of Mantis #7DB968

RGB

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

 GREEN value IS 185 (72.66% from 255) = 44.69%

 BLUE value IS 104 (41.02% from 255) = 25.12%

R = 30.19%
G = 44.69%
B = 25.12%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#7DB968 (or 0x7DB968) is known color: Mantis. HEX triplet: 7D, B9 and 68. RGB value is (125,185,104). Sum of RGB (Red+Green+Blue) = 125+185+104=414 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.19% from 414); Green value is 185 (72.66% from 255 or 44.69% from 414); Blue value is 104 (41.02% from 255 or 25.12% from 414); Max value from RGB is 185 - color contains mainly: green. Hex color #7DB968 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB968 is #824697. Grayscale: #9E9E9E. Windows color (decimal): -8537752 or 6863229. OLE color: 6863229.

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

Color convert

RGB 125 185 104 -
CMYK 0.32 0 0.44 0.27
HSL 104.44º 0.37% 0.57% -
HSV(B) 104.44º 0.44% 0.73% -
XYZ 28.31 40.06 19.34 -
YUV 157.83 97.62 104.59 -
System Red Green Blue C M Y K H S L
Decimal 125 185 104 0.32 0 0.44 0.27 104.44 0.37 0.57
Hex 7D B9 68 20 0 2C 1B 68 25 39
Octal 175 271 150 40 0 54 33 150 45 71
Binary 1111101 10111001 1101000 100000 0 101100 11011 1101000 100101 111001

Color Harmonies of #7DB968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB968

Black with #7DB968

Text Example


Text Example

White with #7DB968

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,185,104); }

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

background-color css

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

 a { background-color: rgb(125,185,104); }

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

border-color css

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

 span { border-color: rgb(125,185,104); }

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