#7fbf66

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

Shades of Mantis #7FBF66

Tints of Mantis #7FBF66

Color information

#7FBF66 (or 0x7FBF66) is unknown color: approx Mantis. HEX triplet: 7F, BF and 66. RGB value is (127,191,102). Sum of RGB (Red+Green+Blue) = 127+191+102=420 (55% of max value = 765). Red value is 127 (50% from 255 or 30.24% from 420); Green value is 191 (75% from 255 or 45.48% from 420); Blue value is 102 (40.23% from 255 or 24.29% from 420); Max value from RGB is 191 - color contains mainly: green. Hex color #7FBF66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FBF66 is #804099. Grayscale: #A2A2A2. Windows color (decimal): -8405146 or 6733695. OLE color: 6733695.

HSL color Cylindrical-coordinate representation of color #7FBF66: hue angle of 103.15º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7FBF66 is Cyan = 0.34, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB127191102-
CMYK0.3400.470.25
HSL103.15º41.01%57.45%-
HSV(B)103.15º46.6%74.9%-
XYZ29.7842.7319.25-
YUV161.7294.3103.24-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.24%
GREEN value IS 191 (75% from 255) = 45.48%
BLUE value IS 102 (40.23% from 255) = 24.29%
R=30.24%
G=45.48%
B=24.29%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1271911020.3400.470.25103.1541.0157.45
Hex7FBF662202F19672939
Octal17727714642057311475171
Binary11111111011111111001101000100101111110011100111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7fbf66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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