Html Css Color HEX #7CBA52 Mantis

📋 copy color: '#7CBA52'

red 124 ◦ green 186 ◦ blue 82

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

Shades of Mantis #7CBA52

Tints of Mantis #7CBA52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.92%

R = 31.63%
G = 47.45%
B = 20.92%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#7CBA52 (or 0x7CBA52) is known color: Mantis. HEX triplet: 7C, BA and 52. RGB value is (124,186,82). Sum of RGB (Red+Green+Blue) = 124+186+82=392 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.63% from 392); Green value is 186 (73.05% from 255 or 47.45% from 392); Blue value is 82 (32.42% from 255 or 20.92% from 392); Max value from RGB is 186 - color contains mainly: green. Hex color #7CBA52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBA52 is #8345AD. Grayscale: #9B9B9B. Windows color (decimal): -8603054 or 5421692. OLE color: 5421692.

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

Color convert

RGB 124 186 82 -
CMYK 0.33 0 0.56 0.27
HSL 95.77º 0.43% 0.53% -
HSV(B) 95.77º 0.56% 0.73% -
XYZ 27.39 40.01 14.26 -
YUV 155.61 86.46 105.46 -
System Red Green Blue C M Y K H S L
Decimal 124 186 82 0.33 0 0.56 0.27 95.77 0.43 0.53
Hex 7C BA 52 21 0 38 1B 60 2B 35
Octal 174 272 122 41 0 70 33 140 53 65
Binary 1111100 10111010 1010010 100001 0 111000 11011 1100000 101011 110101

Color Harmonies of #7CBA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBA52

Black with #7CBA52

Text Example


Text Example

White with #7CBA52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,186,82); }

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

background-color css

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

 a { background-color: rgb(124,186,82); }

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

border-color css

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

 span { border-color: rgb(124,186,82); }

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