#7CBB61

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

Shades of Mantis #7CBB61

Tints of Mantis #7CBB61

Color information

#7CBB61 (or 0x7CBB61) is unknown color: approx Mantis. HEX triplet: 7C, BB and 61. RGB value is (124,187,97). Sum of RGB (Red+Green+Blue) = 124+187+97=408 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.39% from 408); Green value is 187 (73.44% from 255 or 45.83% from 408); Blue value is 97 (38.28% from 255 or 23.77% from 408); Max value from RGB is 187 - color contains mainly: green. Hex color #7CBB61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBB61 is #83449E. Grayscale: #9E9E9E. Windows color (decimal): -8602783 or 6404988. OLE color: 6404988.

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

Color convert

RGB12418797-
CMYK0.3400.480.27
HSL102º39.82%55.69%-
HSV(B)102º48.13%73.33%-
XYZ28.2440.6917.67-
YUV157.993.63103.82-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.39%
GREEN value IS 187 (73.44% from 255) = 45.83%
BLUE value IS 97 (38.28% from 255) = 23.77%
R=30.39%
G=45.83%
B=23.77%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal124187970.3400.480.2710239.8255.69
Hex7CBB61220301B662838
Octal17427314142060331465070
Binary11111001011101111000011000100110000110111100110101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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