#7FC168

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

Shades of Mantis #7FC168

Tints of Mantis #7FC168

Color information

#7FC168 (or 0x7FC168) is unknown color: approx Mantis. HEX triplet: 7F, C1 and 68. RGB value is (127,193,104). Sum of RGB (Red+Green+Blue) = 127+193+104=424 (56% of max value = 765). Red value is 127 (50% from 255 or 29.95% from 424); Green value is 193 (75.78% from 255 or 45.52% from 424); Blue value is 104 (41.02% from 255 or 24.53% from 424); Max value from RGB is 193 - color contains mainly: green. Hex color #7FC168 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FC168 is #803E97. Grayscale: #A3A3A3. Windows color (decimal): -8404632 or 6865279. OLE color: 6865279.

HSL color Cylindrical-coordinate representation of color #7FC168: hue angle of 104.49º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FC168 is Cyan = 0.34, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB127193104-
CMYK0.3400.460.24
HSL104.49º41.78%58.24%-
HSV(B)104.49º46.11%75.69%-
XYZ30.3243.6519.92-
YUV163.1294.63102.24-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.95%
GREEN value IS 193 (75.78% from 255) = 45.52%
BLUE value IS 104 (41.02% from 255) = 24.53%
R=29.95%
G=45.52%
B=24.53%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1271931040.3400.460.24104.4941.7858.24
Hex7FC1682202E18682a3a
Octal17730115042056301505272
Binary11111111100000111010001000100101110110001101000101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,193,104); }

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

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

 a { background-color: rgb(127,193,104); }

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

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

 span { border-color: rgb(127,193,104); }

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