Html Css Color HEX #7DBA6C Mantis

📋 copy color: '#7DBA6C'

red 125 ◦ green 186 ◦ blue 108

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

Shades of Mantis #7DBA6C

Tints of Mantis #7DBA6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.78%

R = 29.83%
G = 44.39%
B = 25.78%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#7DBA6C (or 0x7DBA6C) is known color: Mantis. HEX triplet: 7D, BA and 6C. RGB value is (125,186,108). Sum of RGB (Red+Green+Blue) = 125+186+108=419 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.83% from 419); Green value is 186 (73.05% from 255 or 44.39% from 419); Blue value is 108 (42.58% from 255 or 25.78% from 419); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBA6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBA6C is #824593. Grayscale: #9F9F9F. Windows color (decimal): -8537492 or 7125629. OLE color: 7125629.

HSL color Cylindrical-coordinate representation of color #7DBA6C: hue angle of 106.92º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DBA6C is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB 125 186 108 -
CMYK 0.33 0 0.42 0.27
HSL 106.92º 0.36% 0.58% -
HSV(B) 106.92º 0.42% 0.73% -
XYZ 28.72 40.56 20.5 -
YUV 158.87 99.29 103.84 -
System Red Green Blue C M Y K H S L
Decimal 125 186 108 0.33 0 0.42 0.27 106.92 0.36 0.58
Hex 7D BA 6C 21 0 2A 1B 6B 24 3A
Octal 175 272 154 41 0 52 33 153 44 72
Binary 1111101 10111010 1101100 100001 0 101010 11011 1101011 100100 111010

Color Harmonies of #7DBA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBA6C

Black with #7DBA6C

Text Example


Text Example

White with #7DBA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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