#7CB958

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

Shades of Mantis #7CB958

Tints of Mantis #7CB958

Color information

#7CB958 (or 0x7CB958) is unknown color: approx Mantis. HEX triplet: 7C, B9 and 58. RGB value is (124,185,88). Sum of RGB (Red+Green+Blue) = 124+185+88=397 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.23% from 397); Green value is 185 (72.66% from 255 or 46.60% from 397); Blue value is 88 (34.77% from 255 or 22.17% from 397); Max value from RGB is 185 - color contains mainly: green. Hex color #7CB958 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB958 is #8346A7. Grayscale: #9C9C9C. Windows color (decimal): -8603304 or 5814652. OLE color: 5814652.

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

Color convert

RGB12418588-
CMYK0.3300.520.27
HSL97.73º40.93%53.53%-
HSV(B)97.73º52.43%72.55%-
XYZ27.4239.6915.45-
YUV155.789.79105.39-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.23%
GREEN value IS 185 (72.66% from 255) = 46.60%
BLUE value IS 88 (34.77% from 255) = 22.17%
R=31.23%
G=46.60%
B=22.17%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal124185880.3300.520.2797.7340.9353.53
Hex7CB958210341B622936
Octal17427113041064331425166
Binary11111001011100110110001000010110100110111100010101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,185,88); }

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

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

 a { background-color: rgb(124,185,88); }

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

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

 span { border-color: rgb(124,185,88); }

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