#7FCA69

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

Shades of Mantis #7FCA69

Tints of Mantis #7FCA69

Color information

#7FCA69 (or 0x7FCA69) is unknown color: approx Mantis. HEX triplet: 7F, CA and 69. RGB value is (127,202,105). Sum of RGB (Red+Green+Blue) = 127+202+105=434 (57% of max value = 765). Red value is 127 (50% from 255 or 29.26% from 434); Green value is 202 (79.30% from 255 or 46.54% from 434); Blue value is 105 (41.41% from 255 or 24.19% from 434); Max value from RGB is 202 - color contains mainly: green. Hex color #7FCA69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FCA69 is #803596. Grayscale: #A8A8A8. Windows color (decimal): -8402327 or 6933119. OLE color: 6933119.

HSL color Cylindrical-coordinate representation of color #7FCA69: hue angle of 106.39º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FCA69 is Cyan = 0.37, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB127202105-
CMYK0.3700.480.21
HSL106.39º47.78%60.2%-
HSV(B)106.39º48.02%79.22%-
XYZ32.4247.7720.88-
YUV168.5292.1598.39-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.26%
GREEN value IS 202 (79.30% from 255) = 46.54%
BLUE value IS 105 (41.41% from 255) = 24.19%
R=29.26%
G=46.54%
B=24.19%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1272021050.3700.480.21106.3947.7860.2
Hex7FCA6925030156a303c
Octal17731215145060251526074
Binary11111111100101011010011001010110000101011101010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,202,105); }

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

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

 a { background-color: rgb(127,202,105); }

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

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

 span { border-color: rgb(127,202,105); }

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