#7CBA52

Color #7CBA52 Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #7CBA52

Tints of Mantis #7CBA52

Color information

#7CBA52 (or 0x7CBA52) is unknown color: approx 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

RGB12418682-
CMYK0.3300.560.27
HSL95.77º42.98%52.55%-
HSV(B)95.77º55.91%72.94%-
XYZ27.3940.0114.26-
YUV155.6186.46105.46-

RGB Variations

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

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 (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal124186820.3300.560.2795.7742.9852.55
Hex7CBA52210381B602b35
Octal17427212241070331405365
Binary11111001011101010100101000010111000110111100000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>