#7CB05D

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

Shades of Mantis #7CB05D

Tints of Mantis #7CB05D

Color information

#7CB05D (or 0x7CB05D) is unknown color: approx Mantis. HEX triplet: 7C, B0 and 5D. RGB value is (124,176,93). Sum of RGB (Red+Green+Blue) = 124+176+93=393 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.55% from 393); Green value is 176 (69.14% from 255 or 44.78% from 393); Blue value is 93 (36.72% from 255 or 23.66% from 393); Max value from RGB is 176 - color contains mainly: green. Hex color #7CB05D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CB05D is #834FA2. Grayscale: #979797. Windows color (decimal): -8605603 or 6140028. OLE color: 6140028.

HSL color Cylindrical-coordinate representation of color #7CB05D: hue angle of 97.59º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7CB05D is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB12417693-
CMYK0.3000.470.31
HSL97.59º34.44%52.75%-
HSV(B)97.59º47.16%69.02%-
XYZ25.8136.1315.97-
YUV150.9995.27108.75-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.55%
GREEN value IS 176 (69.14% from 255) = 44.78%
BLUE value IS 93 (36.72% from 255) = 23.66%
R=31.55%
G=44.78%
B=23.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal124176930.3000.470.3197.5934.4452.75
Hex7CB05D1E02F1F622235
Octal17426013536057371424265
Binary1111100101100001011101111100101111111111100010100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB05D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,176,93); }

 H1.HeaderClassName
 {
   color: #7CB05D;
 }
 .AnyTagClassName
 {
   color: #7CB05D;
 }
</style>
background-color css

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

 a { background-color: rgb(124,176,93); }

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

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

 span { border-color: rgb(124,176,93); }

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