Html Css Color HEX #7DBA68 Mantis

📋 copy color: '#7DBA68'

red 125 ◦ green 186 ◦ blue 104

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

Shades of Mantis #7DBA68

Tints of Mantis #7DBA68

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.82%

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

R = 30.12%
G = 44.82%
B = 25.06%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#7DBA68 (or 0x7DBA68) is known color: Mantis. HEX triplet: 7D, BA and 68. RGB value is (125,186,104). Sum of RGB (Red+Green+Blue) = 125+186+104=415 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.12% from 415); Green value is 186 (73.05% from 255 or 44.82% from 415); Blue value is 104 (41.02% from 255 or 25.06% from 415); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBA68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBA68 is #824597. Grayscale: #9E9E9E. Windows color (decimal): -8537496 or 6863485. OLE color: 6863485.

HSL color Cylindrical-coordinate representation of color #7DBA68: hue angle of 104.63º 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 #7DBA68 is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB 125 186 104 -
CMYK 0.33 0 0.44 0.27
HSL 104.63º 0.37% 0.57% -
HSV(B) 104.63º 0.44% 0.73% -
XYZ 28.52 40.48 19.41 -
YUV 158.41 97.29 104.17 -
System Red Green Blue C M Y K H S L
Decimal 125 186 104 0.33 0 0.44 0.27 104.63 0.37 0.57
Hex 7D BA 68 21 0 2C 1B 69 25 39
Octal 175 272 150 41 0 54 33 151 45 71
Binary 1111101 10111010 1101000 100001 0 101100 11011 1101001 100101 111001

Color Harmonies of #7DBA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBA68

Black with #7DBA68

Text Example


Text Example

White with #7DBA68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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