Html Css Color HEX #7CB261 Mantis

📋 copy color: '#7CB261'

red 124 ◦ green 178 ◦ blue 97

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

Shades of Mantis #7CB261

Tints of Mantis #7CB261

RGB

 RED value IS 124 (48.83% from 255) = 31.08%

 GREEN value IS 178 (69.92% from 255) = 44.61%

 BLUE value IS 97 (38.28% from 255) = 24.31%

R = 31.08%
G = 44.61%
B = 24.31%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#7CB261 (or 0x7CB261) is known color: Mantis. HEX triplet: 7C, B2 and 61. RGB value is (124,178,97). Sum of RGB (Red+Green+Blue) = 124+178+97=399 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.08% from 399); Green value is 178 (69.92% from 255 or 44.61% from 399); Blue value is 97 (38.28% from 255 or 24.31% from 399); Max value from RGB is 178 - color contains mainly: green. Hex color #7CB261 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CB261 is #834D9E. Grayscale: #989898. Windows color (decimal): -8605087 or 6402684. OLE color: 6402684.

HSL color Cylindrical-coordinate representation of color #7CB261: hue angle of 100º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7CB261 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB 124 178 97 -
CMYK 0.30 0 0.46 0.30
HSL 100º 0.34% 0.54% -
HSV(B) 100º 0.46% 0.7% -
XYZ 26.39 36.99 17.06 -
YUV 152.62 96.61 107.59 -
System Red Green Blue C M Y K H S L
Decimal 124 178 97 0.30 0 0.46 0.30 100 0.34 0.54
Hex 7C B2 61 1E 0 2E 1E 64 22 36
Octal 174 262 141 36 0 56 36 144 42 66
Binary 1111100 10110010 1100001 11110 0 101110 11110 1100100 100010 110110

Color Harmonies of #7CB261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB261

Black with #7CB261

Text Example


Text Example

White with #7CB261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,178,97); }

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

background-color css

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

 a { background-color: rgb(124,178,97); }

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

border-color css

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

 span { border-color: rgb(124,178,97); }

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