#7FB066

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

Shades of Mantis #7FB066

Tints of Mantis #7FB066

Color information

#7FB066 (or 0x7FB066) is unknown color: approx Mantis. HEX triplet: 7F, B0 and 66. RGB value is (127,176,102). Sum of RGB (Red+Green+Blue) = 127+176+102=405 (53% of max value = 765). Red value is 127 (50% from 255 or 31.36% from 405); Green value is 176 (69.14% from 255 or 43.46% from 405); Blue value is 102 (40.23% from 255 or 25.19% from 405); Max value from RGB is 176 - color contains mainly: green. Hex color #7FB066 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FB066 is #804F99. Grayscale: #999999. Windows color (decimal): -8408986 or 6729855. OLE color: 6729855.

HSL color Cylindrical-coordinate representation of color #7FB066: hue angle of 99.73º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FB066 is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB127176102-
CMYK0.2800.420.31
HSL99.73º31.9%54.51%-
HSV(B)99.73º42.05%69.02%-
XYZ26.6836.5218.21-
YUV152.9199.27109.52-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.36%
GREEN value IS 176 (69.14% from 255) = 43.46%
BLUE value IS 102 (40.23% from 255) = 25.19%
R=31.36%
G=43.46%
B=25.19%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1271761020.2800.420.3199.7331.954.51
Hex7FB0661C02A1F642037
Octal17726014634052371444067
Binary1111111101100001100110111000101010111111100100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,176,102); }

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

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

 a { background-color: rgb(127,176,102); }

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

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

 span { border-color: rgb(127,176,102); }

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