#7CBC67

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

Shades of Mantis #7CBC67

Tints of Mantis #7CBC67

Color information

#7CBC67 (or 0x7CBC67) is unknown color: approx Mantis. HEX triplet: 7C, BC and 67. RGB value is (124,188,103). Sum of RGB (Red+Green+Blue) = 124+188+103=415 (54% of max value = 765). Red value is 124 (48.83% from 255 or 29.88% from 415); Green value is 188 (73.83% from 255 or 45.30% from 415); Blue value is 103 (40.62% from 255 or 24.82% from 415); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBC67 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBC67 is #834398. Grayscale: #9F9F9F. Windows color (decimal): -8602521 or 6798460. OLE color: 6798460.

HSL color Cylindrical-coordinate representation of color #7CBC67: hue angle of 105.18º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7CBC67 is Cyan = 0.34, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB124188103-
CMYK0.3400.450.26
HSL105.18º38.81%57.06%-
HSV(B)105.18º45.21%73.73%-
XYZ28.7441.2319.28-
YUV159.1796.3102.91-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.88%
GREEN value IS 188 (73.83% from 255) = 45.30%
BLUE value IS 103 (40.62% from 255) = 24.82%
R=29.88%
G=45.30%
B=24.82%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1241881030.3400.450.26105.1838.8157.06
Hex7CBC672202D1A692739
Octal17427414742055321514771
Binary11111001011110011001111000100101101110101101001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBC67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,188,103); }

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

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

 a { background-color: rgb(124,188,103); }

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

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

 span { border-color: rgb(124,188,103); }

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