#7CBF6C

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

Shades of Mantis #7CBF6C

Tints of Mantis #7CBF6C

Color information

#7CBF6C (or 0x7CBF6C) is unknown color: approx Mantis. HEX triplet: 7C, BF and 6C. RGB value is (124,191,108). Sum of RGB (Red+Green+Blue) = 124+191+108=423 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.31% from 423); Green value is 191 (75% from 255 or 45.15% from 423); Blue value is 108 (42.58% from 255 or 25.53% from 423); Max value from RGB is 191 - color contains mainly: green. Hex color #7CBF6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBF6C is #834093. Grayscale: #A1A1A1. Windows color (decimal): -8601748 or 7126908. OLE color: 7126908.

HSL color Cylindrical-coordinate representation of color #7CBF6C: hue angle of 108.43º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7CBF6C is Cyan = 0.35, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB124191108-
CMYK0.3500.430.25
HSL108.43º39.34%58.63%-
HSV(B)108.43º43.46%74.9%-
XYZ29.6542.6320.85-
YUV161.597.8101.25-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.31%
GREEN value IS 191 (75% from 255) = 45.15%
BLUE value IS 108 (42.58% from 255) = 25.53%
R=29.31%
G=45.15%
B=25.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1241911080.3500.430.25108.4339.3458.63
Hex7CBF6C2302B196c273b
Octal17427715443053311544773
Binary11111001011111111011001000110101011110011101100100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,191,108); }

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

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

 a { background-color: rgb(124,191,108); }

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

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

 span { border-color: rgb(124,191,108); }

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